| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99a1284 commit a6b40b3
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1382,7 +1382,7 @@ libraries: | |||
| 1382 | 1382 | tag_format: '{id}-v{version}' | |
| 1383 | 1383 | - id: google-cloud-dialogflow | |
| 1384 | 1384 | version: 2.45.0 | |
| 1385 | - last_generated_commit: 9a477cd3c26a704130e2a2fb44a40281d9312e4c | ||
| 1385 | + last_generated_commit: 7f62014053cd26b1acb7a1d0bf167104b64e3690 | ||
| 1386 | 1386 | apis: | |
| 1387 | 1387 | - path: google/cloud/dialogflow/v2beta1 | |
| 1388 | 1388 | service_config: dialogflow_v2beta1.yaml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1288,6 +1288,11 @@ class StreamingAnalyzeContentRequest(proto.Message): | |||
| 1288 | 1288 | only one final response even if some ``Fulfillment``\ s in | |
| 1289 | 1289 | Dialogflow CX agent have been configured to return partial | |
| 1290 | 1290 | responses. | |
| 1291 | + output_multiple_utterances (bool): | ||
| 1292 | + Optional. If multiple utterances are detected | ||
| 1293 | + in the audio stream, process them individually | ||
| 1294 | + instead of stitching them together to form a | ||
| 1295 | + single utterance. | ||
| 1291 | 1296 | enable_debugging_info (bool): | |
| 1292 | 1297 | if true, ``StreamingAnalyzeContentResponse.debugging_info`` | |
| 1293 | 1298 | will get populated. | |
@@ -1367,6 +1372,10 @@ class StreamingAnalyzeContentRequest(proto.Message): | |||
| 1367 | 1372 | proto.BOOL, | |
| 1368 | 1373 | number=12, | |
| 1369 | 1374 | ) | |
| 1375 | + output_multiple_utterances: bool = proto.Field( | ||
| 1376 | + proto.BOOL, | ||
| 1377 | + number=18, | ||
| 1378 | + ) | ||
| 1370 | 1379 | enable_debugging_info: bool = proto.Field( | |
| 1371 | 1380 | proto.BOOL, | |
| 1372 | 1381 | number=19, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments