Skip to content

Commit c26f79b

Browse files
docs: [dialogflow] Minor formatting (#9719)
* 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>
1 parent c14b376 commit c26f79b

File tree

63 files changed

+1797
-2018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1797
-2018
lines changed

java-dialogflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.19.0</version>
23+
<version>26.21.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.27.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.28.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Context.java

Lines changed: 103 additions & 127 deletions
Large diffs are not rendered by default.

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextOrBuilder.java

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface ContextOrBuilder
3333
* ID&gt;/sessions/&lt;Session ID&gt;/contexts/&lt;Context ID&gt;`.
3434
*
3535
* The `Context ID` is always converted to lowercase, may only contain
36-
* characters in a-zA-Z0-9_-% and may be at most 250 bytes long.
36+
* characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long.
3737
*
3838
* If `Environment ID` is not specified, we assume default 'draft'
3939
* environment. If `User ID` is not specified, we assume default '-' user.
@@ -61,7 +61,7 @@ public interface ContextOrBuilder
6161
* ID&gt;/sessions/&lt;Session ID&gt;/contexts/&lt;Context ID&gt;`.
6262
*
6363
* The `Context ID` is always converted to lowercase, may only contain
64-
* characters in a-zA-Z0-9_-% and may be at most 250 bytes long.
64+
* characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long.
6565
*
6666
* If `Environment ID` is not specified, we assume default 'draft'
6767
* environment. If `User ID` is not specified, we assume default '-' user.
@@ -106,16 +106,14 @@ public interface ContextOrBuilder
106106
* map, associative array, symbol table, dictionary, or JSON object
107107
* composed of a collection of (MapKey, MapValue) pairs:
108108
*
109-
* - MapKey type: string
110-
* - MapKey value: parameter name
111-
* - MapValue type:
112-
* - If parameter's entity type is a composite entity: map
113-
* - Else: depending on parameter value type, could be one of string,
114-
* number, boolean, null, list or map
115-
* - MapValue value:
116-
* - If parameter's entity type is a composite entity:
117-
* map from composite entity property names to property values
118-
* - Else: parameter value
109+
* * MapKey type: string
110+
* * MapKey value: parameter name
111+
* * MapValue type: If parameter's entity type is a composite entity then use
112+
* map, otherwise, depending on the parameter value type, it could be one of
113+
* string, number, boolean, null, list or map.
114+
* * MapValue value: If parameter's entity type is a composite entity then use
115+
* map from composite entity property names to property values, otherwise,
116+
* use parameter value.
119117
* </pre>
120118
*
121119
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -133,16 +131,14 @@ public interface ContextOrBuilder
133131
* map, associative array, symbol table, dictionary, or JSON object
134132
* composed of a collection of (MapKey, MapValue) pairs:
135133
*
136-
* - MapKey type: string
137-
* - MapKey value: parameter name
138-
* - MapValue type:
139-
* - If parameter's entity type is a composite entity: map
140-
* - Else: depending on parameter value type, could be one of string,
141-
* number, boolean, null, list or map
142-
* - MapValue value:
143-
* - If parameter's entity type is a composite entity:
144-
* map from composite entity property names to property values
145-
* - Else: parameter value
134+
* * MapKey type: string
135+
* * MapKey value: parameter name
136+
* * MapValue type: If parameter's entity type is a composite entity then use
137+
* map, otherwise, depending on the parameter value type, it could be one of
138+
* string, number, boolean, null, list or map.
139+
* * MapValue value: If parameter's entity type is a composite entity then use
140+
* map from composite entity property names to property values, otherwise,
141+
* use parameter value.
146142
* </pre>
147143
*
148144
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -160,16 +156,14 @@ public interface ContextOrBuilder
160156
* map, associative array, symbol table, dictionary, or JSON object
161157
* composed of a collection of (MapKey, MapValue) pairs:
162158
*
163-
* - MapKey type: string
164-
* - MapKey value: parameter name
165-
* - MapValue type:
166-
* - If parameter's entity type is a composite entity: map
167-
* - Else: depending on parameter value type, could be one of string,
168-
* number, boolean, null, list or map
169-
* - MapValue value:
170-
* - If parameter's entity type is a composite entity:
171-
* map from composite entity property names to property values
172-
* - Else: parameter value
159+
* * MapKey type: string
160+
* * MapKey value: parameter name
161+
* * MapValue type: If parameter's entity type is a composite entity then use
162+
* map, otherwise, depending on the parameter value type, it could be one of
163+
* string, number, boolean, null, list or map.
164+
* * MapValue value: If parameter's entity type is a composite entity then use
165+
* map from composite entity property names to property values, otherwise,
166+
* use parameter value.
173167
* </pre>
174168
*
175169
* <code>.google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL];</code>

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui
190190
* auto-generated one to you.
191191
*
192192
* The conversation ID must be compliant with the regression fomula
193-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
193+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
194194
* If the field is provided, the caller is resposible for
195195
* 1. the uniqueness of the ID, otherwise the request will be rejected.
196196
* 2. the consistency for whether to use custom ID or not under a project to
@@ -222,7 +222,7 @@ public java.lang.String getConversationId() {
222222
* auto-generated one to you.
223223
*
224224
* The conversation ID must be compliant with the regression fomula
225-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
225+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
226226
* If the field is provided, the caller is resposible for
227227
* 1. the uniqueness of the ID, otherwise the request will be rejected.
228228
* 2. the consistency for whether to use custom ID or not under a project to
@@ -979,7 +979,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui
979979
* auto-generated one to you.
980980
*
981981
* The conversation ID must be compliant with the regression fomula
982-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
982+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
983983
* If the field is provided, the caller is resposible for
984984
* 1. the uniqueness of the ID, otherwise the request will be rejected.
985985
* 2. the consistency for whether to use custom ID or not under a project to
@@ -1010,7 +1010,7 @@ public java.lang.String getConversationId() {
10101010
* auto-generated one to you.
10111011
*
10121012
* The conversation ID must be compliant with the regression fomula
1013-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
1013+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
10141014
* If the field is provided, the caller is resposible for
10151015
* 1. the uniqueness of the ID, otherwise the request will be rejected.
10161016
* 2. the consistency for whether to use custom ID or not under a project to
@@ -1041,7 +1041,7 @@ public com.google.protobuf.ByteString getConversationIdBytes() {
10411041
* auto-generated one to you.
10421042
*
10431043
* The conversation ID must be compliant with the regression fomula
1044-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
1044+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
10451045
* If the field is provided, the caller is resposible for
10461046
* 1. the uniqueness of the ID, otherwise the request will be rejected.
10471047
* 2. the consistency for whether to use custom ID or not under a project to
@@ -1071,7 +1071,7 @@ public Builder setConversationId(java.lang.String value) {
10711071
* auto-generated one to you.
10721072
*
10731073
* The conversation ID must be compliant with the regression fomula
1074-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
1074+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
10751075
* If the field is provided, the caller is resposible for
10761076
* 1. the uniqueness of the ID, otherwise the request will be rejected.
10771077
* 2. the consistency for whether to use custom ID or not under a project to
@@ -1097,7 +1097,7 @@ public Builder clearConversationId() {
10971097
* auto-generated one to you.
10981098
*
10991099
* The conversation ID must be compliant with the regression fomula
1100-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
1100+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
11011101
* If the field is provided, the caller is resposible for
11021102
* 1. the uniqueness of the ID, otherwise the request will be rejected.
11031103
* 2. the consistency for whether to use custom ID or not under a project to

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequestOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public interface CreateConversationRequestOrBuilder
104104
* auto-generated one to you.
105105
*
106106
* The conversation ID must be compliant with the regression fomula
107-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
107+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
108108
* If the field is provided, the caller is resposible for
109109
* 1. the uniqueness of the ID, otherwise the request will be rejected.
110110
* 2. the consistency for whether to use custom ID or not under a project to
@@ -125,7 +125,7 @@ public interface CreateConversationRequestOrBuilder
125125
* auto-generated one to you.
126126
*
127127
* The conversation ID must be compliant with the regression fomula
128-
* "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64].
128+
* `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64].
129129
* If the field is provided, the caller is resposible for
130130
* 1. the uniqueness of the ID, otherwise the request will be rejected.
131131
* 2. the consistency for whether to use custom ID or not under a project to

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequest.java

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB
208208
* <pre>
209209
* Required. The input specification. It can be set to:
210210
*
211-
* 1. an audio config
212-
* which instructs the speech recognizer how to process the speech audio,
211+
* 1. an audio config which instructs the speech recognizer how to process
212+
* the speech audio,
213213
*
214-
* 2. a conversational query in the form of text, or
214+
* 2. a conversational query in the form of text, or
215215
*
216-
* 3. an event that specifies which intent to trigger.
216+
* 3. an event that specifies which intent to trigger.
217217
* </pre>
218218
*
219219
* <code>
@@ -232,12 +232,12 @@ public boolean hasQueryInput() {
232232
* <pre>
233233
* Required. The input specification. It can be set to:
234234
*
235-
* 1. an audio config
236-
* which instructs the speech recognizer how to process the speech audio,
235+
* 1. an audio config which instructs the speech recognizer how to process
236+
* the speech audio,
237237
*
238-
* 2. a conversational query in the form of text, or
238+
* 2. a conversational query in the form of text, or
239239
*
240-
* 3. an event that specifies which intent to trigger.
240+
* 3. an event that specifies which intent to trigger.
241241
* </pre>
242242
*
243243
* <code>
@@ -258,12 +258,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() {
258258
* <pre>
259259
* Required. The input specification. It can be set to:
260260
*
261-
* 1. an audio config
262-
* which instructs the speech recognizer how to process the speech audio,
261+
* 1. an audio config which instructs the speech recognizer how to process
262+
* the speech audio,
263263
*
264-
* 2. a conversational query in the form of text, or
264+
* 2. a conversational query in the form of text, or
265265
*
266-
* 3. an event that specifies which intent to trigger.
266+
* 3. an event that specifies which intent to trigger.
267267
* </pre>
268268
*
269269
* <code>
@@ -1315,12 +1315,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB
13151315
* <pre>
13161316
* Required. The input specification. It can be set to:
13171317
*
1318-
* 1. an audio config
1319-
* which instructs the speech recognizer how to process the speech audio,
1318+
* 1. an audio config which instructs the speech recognizer how to process
1319+
* the speech audio,
13201320
*
1321-
* 2. a conversational query in the form of text, or
1321+
* 2. a conversational query in the form of text, or
13221322
*
1323-
* 3. an event that specifies which intent to trigger.
1323+
* 3. an event that specifies which intent to trigger.
13241324
* </pre>
13251325
*
13261326
* <code>
@@ -1338,12 +1338,12 @@ public boolean hasQueryInput() {
13381338
* <pre>
13391339
* Required. The input specification. It can be set to:
13401340
*
1341-
* 1. an audio config
1342-
* which instructs the speech recognizer how to process the speech audio,
1341+
* 1. an audio config which instructs the speech recognizer how to process
1342+
* the speech audio,
13431343
*
1344-
* 2. a conversational query in the form of text, or
1344+
* 2. a conversational query in the form of text, or
13451345
*
1346-
* 3. an event that specifies which intent to trigger.
1346+
* 3. an event that specifies which intent to trigger.
13471347
* </pre>
13481348
*
13491349
* <code>
@@ -1367,12 +1367,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() {
13671367
* <pre>
13681368
* Required. The input specification. It can be set to:
13691369
*
1370-
* 1. an audio config
1371-
* which instructs the speech recognizer how to process the speech audio,
1370+
* 1. an audio config which instructs the speech recognizer how to process
1371+
* the speech audio,
13721372
*
1373-
* 2. a conversational query in the form of text, or
1373+
* 2. a conversational query in the form of text, or
13741374
*
1375-
* 3. an event that specifies which intent to trigger.
1375+
* 3. an event that specifies which intent to trigger.
13761376
* </pre>
13771377
*
13781378
* <code>
@@ -1398,12 +1398,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) {
13981398
* <pre>
13991399
* Required. The input specification. It can be set to:
14001400
*
1401-
* 1. an audio config
1402-
* which instructs the speech recognizer how to process the speech audio,
1401+
* 1. an audio config which instructs the speech recognizer how to process
1402+
* the speech audio,
14031403
*
1404-
* 2. a conversational query in the form of text, or
1404+
* 2. a conversational query in the form of text, or
14051405
*
1406-
* 3. an event that specifies which intent to trigger.
1406+
* 3. an event that specifies which intent to trigger.
14071407
* </pre>
14081408
*
14091409
* <code>
@@ -1427,12 +1427,12 @@ public Builder setQueryInput(
14271427
* <pre>
14281428
* Required. The input specification. It can be set to:
14291429
*
1430-
* 1. an audio config
1431-
* which instructs the speech recognizer how to process the speech audio,
1430+
* 1. an audio config which instructs the speech recognizer how to process
1431+
* the speech audio,
14321432
*
1433-
* 2. a conversational query in the form of text, or
1433+
* 2. a conversational query in the form of text, or
14341434
*
1435-
* 3. an event that specifies which intent to trigger.
1435+
* 3. an event that specifies which intent to trigger.
14361436
* </pre>
14371437
*
14381438
* <code>
@@ -1461,12 +1461,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2.QueryInput value)
14611461
* <pre>
14621462
* Required. The input specification. It can be set to:
14631463
*
1464-
* 1. an audio config
1465-
* which instructs the speech recognizer how to process the speech audio,
1464+
* 1. an audio config which instructs the speech recognizer how to process
1465+
* the speech audio,
14661466
*
1467-
* 2. a conversational query in the form of text, or
1467+
* 2. a conversational query in the form of text, or
14681468
*
1469-
* 3. an event that specifies which intent to trigger.
1469+
* 3. an event that specifies which intent to trigger.
14701470
* </pre>
14711471
*
14721472
* <code>
@@ -1489,12 +1489,12 @@ public Builder clearQueryInput() {
14891489
* <pre>
14901490
* Required. The input specification. It can be set to:
14911491
*
1492-
* 1. an audio config
1493-
* which instructs the speech recognizer how to process the speech audio,
1492+
* 1. an audio config which instructs the speech recognizer how to process
1493+
* the speech audio,
14941494
*
1495-
* 2. a conversational query in the form of text, or
1495+
* 2. a conversational query in the form of text, or
14961496
*
1497-
* 3. an event that specifies which intent to trigger.
1497+
* 3. an event that specifies which intent to trigger.
14981498
* </pre>
14991499
*
15001500
* <code>
@@ -1512,12 +1512,12 @@ public com.google.cloud.dialogflow.v2.QueryInput.Builder getQueryInputBuilder()
15121512
* <pre>
15131513
* Required. The input specification. It can be set to:
15141514
*
1515-
* 1. an audio config
1516-
* which instructs the speech recognizer how to process the speech audio,
1515+
* 1. an audio config which instructs the speech recognizer how to process
1516+
* the speech audio,
15171517
*
1518-
* 2. a conversational query in the form of text, or
1518+
* 2. a conversational query in the form of text, or
15191519
*
1520-
* 3. an event that specifies which intent to trigger.
1520+
* 3. an event that specifies which intent to trigger.
15211521
* </pre>
15221522
*
15231523
* <code>
@@ -1539,12 +1539,12 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder
15391539
* <pre>
15401540
* Required. The input specification. It can be set to:
15411541
*
1542-
* 1. an audio config
1543-
* which instructs the speech recognizer how to process the speech audio,
1542+
* 1. an audio config which instructs the speech recognizer how to process
1543+
* the speech audio,
15441544
*
1545-
* 2. a conversational query in the form of text, or
1545+
* 2. a conversational query in the form of text, or
15461546
*
1547-
* 3. an event that specifies which intent to trigger.
1547+
* 3. an event that specifies which intent to trigger.
15481548
* </pre>
15491549
*
15501550
* <code>

0 commit comments

Comments
 (0)