Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [dialogflow] Minor formatting #9719

Merged
merged 6 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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