File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
google/cloud/dialogflow/v2beta1 Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2025 Google LLC
1+ // Copyright 2026 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -1044,6 +1044,11 @@ message StreamingAnalyzeContentRequest {
10441044 bool enable_partial_automated_agent_reply = 12
10451045 [(google.api.field_behavior ) = OPTIONAL ];
10461046
1047+ // Optional. If multiple utterances are detected in the audio stream, process
1048+ // them individually instead of stitching them together to form a single
1049+ // utterance.
1050+ bool output_multiple_utterances = 18 [(google.api.field_behavior ) = OPTIONAL ];
1051+
10471052 // if true, `StreamingAnalyzeContentResponse.debugging_info` will get
10481053 // populated.
10491054 bool enable_debugging_info = 19 ;
You can’t perform that action at this time.
0 commit comments