Skip to content

Commit c5ac114

Browse files
docs: [dialogflow] Minor formatting (#9731)
* docs: Minor formatting PiperOrigin-RevId: 553461544 Source-Link: googleapis/googleapis@347e81d Source-Link: https://github.com/googleapis/googleapis-gen/commit/1177b663de50079dbcfcbb7eebe99c7ee21ca074 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiIxMTc3YjY2M2RlNTAwNzlkYmNmY2JiN2VlYmU5OWM3ZWUyMWNhMDc0In0= * 🦉 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 2c7313c commit c5ac114

File tree

2 files changed

+12
-12
lines changed
  • java-dialogflow/proto-google-cloud-dialogflow-v2/src/main

2 files changed

+12
-12
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
* <pre>
2525
* Represents the query input. It can contain either:
2626
*
27-
* 1. An audio config which
28-
* instructs the speech recognizer how to process the speech audio.
27+
* 1. An audio config which instructs the speech recognizer how to process the
28+
* speech audio.
2929
*
30-
* 2. A conversational query in the form of text,.
30+
* 2. A conversational query in the form of text.
3131
*
32-
* 3. An event that specifies which intent to trigger.
32+
* 3. An event that specifies which intent to trigger.
3333
* </pre>
3434
*
3535
* Protobuf type {@code google.cloud.dialogflow.v2.QueryInput}
@@ -485,12 +485,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
485485
* <pre>
486486
* Represents the query input. It can contain either:
487487
*
488-
* 1. An audio config which
489-
* instructs the speech recognizer how to process the speech audio.
488+
* 1. An audio config which instructs the speech recognizer how to process the
489+
* speech audio.
490490
*
491-
* 2. A conversational query in the form of text,.
491+
* 2. A conversational query in the form of text.
492492
*
493-
* 3. An event that specifies which intent to trigger.
493+
* 3. An event that specifies which intent to trigger.
494494
* </pre>
495495
*
496496
* Protobuf type {@code google.cloud.dialogflow.v2.QueryInput}

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ message QueryParameters {
246246

247247
// Represents the query input. It can contain either:
248248
//
249-
// 1. An audio config which
250-
// instructs the speech recognizer how to process the speech audio.
249+
// 1. An audio config which instructs the speech recognizer how to process the
250+
// speech audio.
251251
//
252-
// 2. A conversational query in the form of text,.
252+
// 2. A conversational query in the form of text.
253253
//
254-
// 3. An event that specifies which intent to trigger.
254+
// 3. An event that specifies which intent to trigger.
255255
message QueryInput {
256256
// Required. The input specification.
257257
oneof input {

0 commit comments

Comments
 (0)