@@ -80,6 +80,7 @@ class DetectIntentRequest(proto.Message):
80
80
query_input (google.cloud.dialogflow_v2.types.QueryInput):
81
81
Required. The input specification. It can be
82
82
set to:
83
+
83
84
1. an audio config
84
85
which instructs the speech recognizer how to
85
86
process the speech audio,
@@ -388,14 +389,15 @@ class QueryResult(proto.Message):
388
389
- MapKey value: parameter name
389
390
- MapValue type:
390
391
- If parameter's entity type is a
391
- composite entity: map - Else: depending on
392
- parameter value type, could be one of string,
393
- number, boolean, null, list or map
392
+ composite entity: map
393
+ - Else: depending on parameter value type,
394
+ could be one of string, number,
395
+ boolean, null, list or map
394
396
- MapValue value:
395
397
- If parameter's entity type is a
396
- composite entity: map from composite
397
- entity property names to property values -
398
- Else: parameter value
398
+ composite entity: map from composite
399
+ entity property names to property values
400
+ - Else: parameter value
399
401
all_required_params_present (bool):
400
402
This field is set to:
401
403
@@ -601,6 +603,7 @@ class StreamingDetectIntentRequest(proto.Message):
601
603
query_input (google.cloud.dialogflow_v2.types.QueryInput):
602
604
Required. The input specification. It can be
603
605
set to:
606
+
604
607
1. an audio config which instructs the speech
605
608
recognizer how to process the speech audio,
606
609
@@ -1103,14 +1106,15 @@ class EventInput(proto.Message):
1103
1106
- MapKey value: parameter name
1104
1107
- MapValue type:
1105
1108
- If parameter's entity type is a
1106
- composite entity: map - Else: depending on
1107
- parameter value type, could be one of string,
1108
- number, boolean, null, list or map
1109
+ composite entity: map
1110
+ - Else: depending on parameter value type,
1111
+ could be one of string, number,
1112
+ boolean, null, list or map
1109
1113
- MapValue value:
1110
1114
- If parameter's entity type is a
1111
- composite entity: map from composite
1112
- entity property names to property values -
1113
- Else: parameter value
1115
+ composite entity: map from composite
1116
+ entity property names to property values
1117
+ - Else: parameter value
1114
1118
language_code (str):
1115
1119
Required. The language of this query. See `Language
1116
1120
Support <https://cloud.google.com/dialogflow/docs/reference/language>`__
0 commit comments