Skip to content

Commit

Permalink
docs: Minor formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 552837489

Source-Link: googleapis/googleapis@7154a94

Source-Link: googleapis/googleapis-gen@4538a83
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlhbG9nZmxvdy5WMi8uT3dsQm90LnlhbWwiLCJoIjoiNDUzOGE4M2EwYTA4N2MzYjFjYzA5MjQ1ZjBlZDg2ODc1ZWI4ODMyZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Aug 1, 2023
1 parent e039489 commit 7648d13
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,9 +1084,9 @@ public sealed partial class InputAudioConfig : pb::IMessage<InputAudioConfig>
/// documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints)
/// for more details.
///
/// This field is deprecated. Please use [speech_contexts]() instead. If you
/// specify both [phrase_hints]() and [speech_contexts](), Dialogflow will
/// treat the [phrase_hints]() as a single additional [SpeechContext]().
/// This field is deprecated. Please use [`speech_contexts`]() instead. If you
/// specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will
/// treat the [`phrase_hints`]() as a single additional [`SpeechContext`]().
/// </summary>
[global::System.ObsoleteAttribute]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public sealed partial class Context : pb::IMessage<Context>
/// ID>/sessions/&lt;Session ID>/contexts/&lt;Context ID>`.
///
/// The `Context ID` is always converted to lowercase, may only contain
/// characters in a-zA-Z0-9_-% and may be at most 250 bytes long.
/// characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long.
///
/// If `Environment ID` is not specified, we assume default 'draft'
/// environment. If `User ID` is not specified, we assume default '-' user.
Expand Down Expand Up @@ -261,16 +261,14 @@ public sealed partial class Context : pb::IMessage<Context>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </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 @@ -805,7 +805,7 @@ public sealed partial class CreateConversationRequest : pb::IMessage<CreateConve
/// auto-generated one to you.
///
/// The conversation ID must be compliant with the regression fomula
/// "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
/// `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
/// If the field is provided, the caller is resposible for
/// 1. the uniqueness of the ID, otherwise the request will be rejected.
/// 2. the consistency for whether to use custom ID or not under a project to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public sealed partial class GcsSources : pb::IMessage<GcsSources>
private readonly pbc::RepeatedField<string> uris_ = new pbc::RepeatedField<string>();
/// <summary>
/// Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
/// gs://bucket/object-prefix-or-name
/// `gs://bucket/object-prefix-or-name`
/// Whether a prefix or name is used depends on the use case.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down Expand Up @@ -282,7 +282,7 @@ public sealed partial class GcsDestination : pb::IMessage<GcsDestination>
/// <summary>
/// The Google Cloud Storage URIs for the output. A URI is of the
/// form:
/// gs://bucket/object-prefix-or-name
/// `gs://bucket/object-prefix-or-name`
/// Whether a prefix or name is used depends on the use case. The requesting
/// user must have "write-permission" to the bucket.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ public sealed partial class DetectIntentRequest : pb::IMessage<DetectIntentReque
/// <summary>
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -2045,16 +2045,14 @@ public sealed partial class QueryResult : pb::IMessage<QueryResult>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -2914,12 +2912,12 @@ public sealed partial class StreamingDetectIntentRequest : pb::IMessage<Streamin
/// <summary>
/// Required. The input specification. It can be set to:
///
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -5239,7 +5237,6 @@ public enum MessageType {
}

/// <summary>
/// ============================================================================
/// Auxiliary proto messages.
///
/// Represents the natural language text to be processed.
Expand Down Expand Up @@ -5558,16 +5555,14 @@ public sealed partial class EventInput : pb::IMessage<EventInput>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </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 @@ -352,12 +352,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand Down Expand Up @@ -407,12 +407,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -462,12 +462,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -513,12 +513,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand Down Expand Up @@ -568,12 +568,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -623,12 +623,12 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// <param name="queryInput">
/// Required. The input specification. It can be set to:
///
/// 1. an audio config
/// which instructs the speech recognizer how to process the speech audio,
/// 1. an audio config which instructs the speech recognizer how to process
/// the speech audio,
///
/// 2. a conversational query in the form of text, or
/// 2. a conversational query in the form of text, or
///
/// 3. an event that specifies which intent to trigger.
/// 3. an event that specifies which intent to trigger.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@ public sealed partial class ValidationError : pb::IMessage<ValidationError>
/// The names of the entries that the error is associated with.
/// Format:
///
/// - "projects/&lt;Project ID>/agent", if the error is associated with the entire
/// - `projects/&lt;Project ID>/agent`, if the error is associated with the entire
/// agent.
/// - "projects/&lt;Project ID>/agent/intents/&lt;Intent ID>", if the error is
/// - `projects/&lt;Project ID>/agent/intents/&lt;Intent ID>`, if the error is
/// associated with certain intents.
/// - "projects/&lt;Project
/// ID>/agent/intents/&lt;Intent Id>/trainingPhrases/&lt;Training Phrase ID>", if the
/// error is associated with certain intent training phrases.
/// - "projects/&lt;Project ID>/agent/intents/&lt;Intent Id>/parameters/&lt;Parameter
/// ID>", if the error is associated with certain intent parameters.
/// - "projects/&lt;Project ID>/agent/entities/&lt;Entity ID>", if the error is
/// - `projects/&lt;Project ID>/agent/intents/&lt;Intent
/// Id>/trainingPhrases/&lt;Training Phrase ID>`, if the error is associated with
/// certain intent training phrases.
/// - `projects/&lt;Project ID>/agent/intents/&lt;Intent Id>/parameters/&lt;Parameter
/// ID>`, if the error is associated with certain intent parameters.
/// - `projects/&lt;Project ID>/agent/entities/&lt;Entity ID>`, if the error is
/// associated with certain entities.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down

0 comments on commit 7648d13

Please sign in to comment.