Skip to content

Commit fa4dc54

Browse files
Google APIscopybara-github
authored andcommitted
feat: added a new field StreamingAnalyzeContentRequest.output_multiple_utterances
PiperOrigin-RevId: 862959083
1 parent af232e7 commit fa4dc54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

google/cloud/dialogflow/v2beta1/participant.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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;

0 commit comments

Comments
 (0)