Skip to content

Commit

Permalink
docs: [dialogflow] Minor formatting (#9719)
Browse files Browse the repository at this point in the history
* docs: Minor formatting

PiperOrigin-RevId: 552790519

Source-Link: googleapis/googleapis@a03330a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4caca49b3e073192cb4a295c1cfa1cf85266c28d
Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiI0Y2FjYTQ5YjNlMDczMTkyY2I0YTI5NWMxY2ZhMWNmODUyNjZjMjhkIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: Minor formatting

PiperOrigin-RevId: 552837489

Source-Link: googleapis/googleapis@7154a94

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4538a83a0a087c3b1cc09245f0ed86875eb8832d
Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiI0NTM4YTgzYTBhMDg3YzNiMWNjMDkyNDVmMGVkODY4NzVlYjg4MzJkIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 2, 2023
1 parent c14b376 commit c26f79b
Show file tree
Hide file tree
Showing 63 changed files with 1,797 additions and 2,018 deletions.
4 changes: 2 additions & 2 deletions java-dialogflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.21.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.27.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.28.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface ContextOrBuilder
* ID&gt;/sessions/&lt;Session ID&gt;/contexts/&lt;Context ID&gt;`.
*
* 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 @@ -61,7 +61,7 @@ public interface ContextOrBuilder
* ID&gt;/sessions/&lt;Session ID&gt;/contexts/&lt;Context ID&gt;`.
*
* 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 @@ -106,16 +106,14 @@ public interface ContextOrBuilder
* 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.
* </pre>
*
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -133,16 +131,14 @@ public interface ContextOrBuilder
* 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.
* </pre>
*
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -160,16 +156,14 @@ public interface ContextOrBuilder
* 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.
* </pre>
*
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui
* 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 Expand Up @@ -222,7 +222,7 @@ public java.lang.String getConversationId() {
* 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 Expand Up @@ -979,7 +979,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui
* 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 Expand Up @@ -1010,7 +1010,7 @@ public java.lang.String getConversationId() {
* 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 Expand Up @@ -1041,7 +1041,7 @@ public com.google.protobuf.ByteString getConversationIdBytes() {
* 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 Expand Up @@ -1071,7 +1071,7 @@ public Builder setConversationId(java.lang.String value) {
* 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 All @@ -1097,7 +1097,7 @@ public Builder clearConversationId() {
* 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 @@ -104,7 +104,7 @@ public interface CreateConversationRequestOrBuilder
* 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 All @@ -125,7 +125,7 @@ public interface CreateConversationRequestOrBuilder
* 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 @@ -208,12 +208,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -232,12 +232,12 @@ public boolean hasQueryInput() {
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -258,12 +258,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() {
* <pre>
* 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.
* </pre>
*
* <code>
Expand Down Expand Up @@ -1315,12 +1315,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1338,12 +1338,12 @@ public boolean hasQueryInput() {
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1367,12 +1367,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() {
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1398,12 +1398,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) {
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1427,12 +1427,12 @@ public Builder setQueryInput(
* <pre>
* 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.
* </pre>
*
* <code>
Expand Down Expand Up @@ -1461,12 +1461,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2.QueryInput value)
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1489,12 +1489,12 @@ public Builder clearQueryInput() {
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1512,12 +1512,12 @@ public com.google.cloud.dialogflow.v2.QueryInput.Builder getQueryInputBuilder()
* <pre>
* 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.
* </pre>
*
* <code>
Expand All @@ -1539,12 +1539,12 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder
* <pre>
* 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.
* </pre>
*
* <code>
Expand Down
Loading

0 comments on commit c26f79b

Please sign in to comment.