@@ -240,6 +240,7 @@ class QueryParameters(proto.Message):
240
240
Dialogflow console if there is a conflict.
241
241
Header names are case-insensitive. Google's
242
242
specified headers are not allowed. Including:
243
+
243
244
"Host", "Content-Length", "Connection", "From",
244
245
"User-Agent", "Accept-Encoding",
245
246
"If-Modified-Since", "If-None-Match",
@@ -290,6 +291,7 @@ class QueryParameters(proto.Message):
290
291
291
292
class QueryInput (proto .Message ):
292
293
r"""Represents the query input. It can contain either:
294
+
293
295
1. An audio config which
294
296
instructs the speech recognizer how to process the speech
295
297
audio.
@@ -385,18 +387,23 @@ class QueryResult(proto.Message):
385
387
symbol table, dictionary, or JSON object
386
388
composed of a collection of (MapKey, MapValue)
387
389
pairs:
390
+
388
391
- MapKey type: string
389
392
- MapKey value: parameter name
390
393
- MapValue type:
394
+
391
395
- If parameter's entity type is a
392
396
composite entity: map
393
397
- Else: depending on parameter value type,
394
398
could be one of string, number,
395
399
boolean, null, list or map
396
400
- MapValue value:
401
+
397
402
- If parameter's entity type is a
398
- composite entity: map from composite
399
- entity property names to property values
403
+ composite entity:
404
+
405
+ map from composite entity property names
406
+ to property values
400
407
- Else: parameter value
401
408
all_required_params_present (bool):
402
409
This field is set to:
@@ -1102,18 +1109,23 @@ class EventInput(proto.Message):
1102
1109
symbol table, dictionary, or JSON object
1103
1110
composed of a collection of (MapKey, MapValue)
1104
1111
pairs:
1112
+
1105
1113
- MapKey type: string
1106
1114
- MapKey value: parameter name
1107
1115
- MapValue type:
1116
+
1108
1117
- If parameter's entity type is a
1109
1118
composite entity: map
1110
1119
- Else: depending on parameter value type,
1111
1120
could be one of string, number,
1112
1121
boolean, null, list or map
1113
1122
- MapValue value:
1123
+
1114
1124
- If parameter's entity type is a
1115
- composite entity: map from composite
1116
- entity property names to property values
1125
+ composite entity:
1126
+
1127
+ map from composite entity property names
1128
+ to property values
1117
1129
- Else: parameter value
1118
1130
language_code (str):
1119
1131
Required. The language of this query. See `Language
0 commit comments