Skip to content

Commit

Permalink
feat: properly mark TrainingPhrase name field output-only
Browse files Browse the repository at this point in the history
docs: fixed the references to proto method / fields

PiperOrigin-RevId: 702736565

Source-Link: googleapis/googleapis@6989f67

Source-Link: googleapis/googleapis-gen@5036471
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlhbG9nZmxvdy5WMi8uT3dsQm90LnlhbWwiLCJoIjoiNTAzNjQ3MThhZjA0ODZlYWE1YzJmYTI5MjU0MTRiZTg1OGQwY2Y3ZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Dec 4, 2024
1 parent 83da91f commit d336935
Show file tree
Hide file tree
Showing 10 changed files with 373 additions and 297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ static AnswerRecordReflection() {
/// returned to the customers.
/// 2. The customer uses the
/// [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] to call the
/// [UpdateAnswerRecord][] method to send feedback about a specific answer
/// that they believe is wrong.
/// [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord]
/// method to send feedback about a specific answer that they believe is
/// wrong.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AnswerRecord : pb::IMessage<AnswerRecord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ public enum SpeechModelVariant {
/// </summary>
[pbr::OriginalName("SPEECH_MODEL_VARIANT_UNSPECIFIED")] Unspecified = 0,
/// <summary>
/// Use the best available variant of the [Speech
/// model][InputAudioConfig.model] that the caller is eligible for.
/// Use the best available variant of the [Speech model][model] that the caller
/// is eligible for.
///
/// Please see the [Dialogflow
/// docs](https://cloud.google.com/dialogflow/docs/data-logging) for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3247,9 +3247,11 @@ public string LatestMessage {
private int contextSize_;
/// <summary>
/// Number of messages prior to and including
/// [last_conversation_message][] used to compile the suggestion. It may be
/// smaller than the [SuggestSummaryRequest.context_size][] field in the
/// request if there weren't that many messages in the conversation.
/// [latest_message][google.cloud.dialogflow.v2.SuggestConversationSummaryResponse.latest_message]
/// used to compile the suggestion. It may be smaller than the
/// [SuggestConversationSummaryRequest.context_size][google.cloud.dialogflow.v2.SuggestConversationSummaryRequest.context_size]
/// field in the request if there weren't that many messages in the
/// conversation.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -4437,9 +4439,11 @@ public string LatestMessage {
private int contextSize_;
/// <summary>
/// Number of messages prior to and including
/// [last_conversation_message][] used to compile the suggestion. It may be
/// smaller than the [GenerateStatelessSummaryRequest.context_size][] field in
/// the request if there weren't that many messages in the conversation.
/// [latest_message][google.cloud.dialogflow.v2.GenerateStatelessSummaryResponse.latest_message]
/// used to compile the suggestion. It may be smaller than the
/// [GenerateStatelessSummaryRequest.max_context_size][google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest.max_context_size]
/// field in the request if there weren't that many messages in the
/// conversation.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3083,7 +3083,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Metadata for [ConversationDatasets][CreateConversationDataset].
/// Metadata for [CreateConversationDataset][].
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CreateConversationDatasetOperationMetadata : pb::IMessage<CreateConversationDatasetOperationMetadata>
Expand Down Expand Up @@ -3281,7 +3281,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Metadata for [ConversationDatasets][DeleteConversationDataset].
/// Metadata for [DeleteConversationDataset][].
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DeleteConversationDatasetOperationMetadata : pb::IMessage<DeleteConversationDatasetOperationMetadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8574,7 +8574,7 @@ public enum Type {

/// <summary>
/// The request message for
/// [ConversationProfiles.SetSuggestionFeature][].
/// [ConversationProfiles.SetSuggestionFeatureConfig][google.cloud.dialogflow.v2.ConversationProfiles.SetSuggestionFeatureConfig].
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SetSuggestionFeatureConfigRequest : pb::IMessage<SetSuggestionFeatureConfigRequest>
Expand Down Expand Up @@ -8862,7 +8862,8 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// The request message for [ConversationProfiles.ClearFeature][].
/// The request message for
/// [ConversationProfiles.ClearSuggestionFeatureConfig][google.cloud.dialogflow.v2.ConversationProfiles.ClearSuggestionFeatureConfig].
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClearSuggestionFeatureConfigRequest : pb::IMessage<ClearSuggestionFeatureConfigRequest>
Expand Down Expand Up @@ -9141,7 +9142,8 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Metadata for a [ConversationProfile.SetSuggestionFeatureConfig][]
/// Metadata for a
/// [ConversationProfiles.SetSuggestionFeatureConfig][google.cloud.dialogflow.v2.ConversationProfiles.SetSuggestionFeatureConfig]
/// operation.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
Expand Down Expand Up @@ -9470,7 +9472,8 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Metadata for a [ConversationProfile.ClearSuggestionFeatureConfig][]
/// Metadata for a
/// [ConversationProfiles.ClearSuggestionFeatureConfig][google.cloud.dialogflow.v2.ConversationProfiles.ClearSuggestionFeatureConfig]
/// operation.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ public abstract partial class ConversationProfilesBase
/// <summary>
/// Creates a conversation profile in the specified project.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -197,7 +199,9 @@ public abstract partial class ConversationProfilesBase
/// <summary>
/// Updates the specified conversation profile.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand Down Expand Up @@ -402,7 +406,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Creates a conversation profile in the specified project.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -420,7 +426,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Creates a conversation profile in the specified project.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -436,7 +444,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Creates a conversation profile in the specified project.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -454,7 +464,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Creates a conversation profile in the specified project.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -470,7 +482,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Updates the specified conversation profile.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -488,7 +502,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Updates the specified conversation profile.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -504,7 +520,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Updates the specified conversation profile.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand All @@ -522,7 +540,9 @@ protected ConversationProfilesClient(ClientBaseConfiguration configuration) : ba
/// <summary>
/// Updates the specified conversation profile.
///
/// [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
/// [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
/// and
/// [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
/// aren't populated in the response. You can retrieve them via
/// [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
/// API.
Expand Down
Loading

0 comments on commit d336935

Please sign in to comment.