We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0056 commit 347e81dCopy full SHA for 347e81d
1 file changed
google/cloud/dialogflow/v2/session.proto
@@ -246,12 +246,12 @@ message QueryParameters {
246
247
// Represents the query input. It can contain either:
248
//
249
-// 1. An audio config which
250
-// 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.
251
252
-// 2. A conversational query in the form of text,.
+// 2. A conversational query in the form of text.
253
254
-// 3. An event that specifies which intent to trigger.
+// 3. An event that specifies which intent to trigger.
255
message QueryInput {
256
// Required. The input specification.
257
oneof input {
0 commit comments