Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6b40b3

Browse filesBrowse files
authored
chore: librarian generate pull request: 20260210T165038Z (#15554)
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos. BEGIN_COMMIT BEGIN_NESTED_COMMIT feat: added a new field StreamingAnalyzeContentRequest.output_multiple_utterances PiperOrigin-RevId: 862959083 Library-IDs: google-cloud-dialogflow Source-link: [googleapis/googleapis@fa4dc54c](googleapis/googleapis@fa4dc54c) END_NESTED_COMMIT END_COMMIT This pull request is generated with proto changes between [googleapis/googleapis@9a477cd3](googleapis/googleapis@9a477cd) (exclusive) and [googleapis/googleapis@fa4dc54c](googleapis/googleapis@fa4dc54) (inclusive). Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:f5426423676c75008c2135037e7b98f78cbb99f78b3c46fe043b6897be92d836
1 parent 99a1284 commit a6b40b3
Copy full SHA for a6b40b3

2 files changed

+10-1Lines changed: 10 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.librarian/state.yaml‎

Copy file name to clipboardExpand all lines: .librarian/state.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ libraries:
13821382
tag_format: '{id}-v{version}'
13831383
- id: google-cloud-dialogflow
13841384
version: 2.45.0
1385-
last_generated_commit: 9a477cd3c26a704130e2a2fb44a40281d9312e4c
1385+
last_generated_commit: 7f62014053cd26b1acb7a1d0bf167104b64e3690
13861386
apis:
13871387
- path: google/cloud/dialogflow/v2beta1
13881388
service_config: dialogflow_v2beta1.yaml
Collapse file

‎packages/google-cloud-dialogflow/google/cloud/dialogflow_v2beta1/types/participant.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-dialogflow/google/cloud/dialogflow_v2beta1/types/participant.py
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,11 @@ class StreamingAnalyzeContentRequest(proto.Message):
12881288
only one final response even if some ``Fulfillment``\ s in
12891289
Dialogflow CX agent have been configured to return partial
12901290
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.
12911296
enable_debugging_info (bool):
12921297
if true, ``StreamingAnalyzeContentResponse.debugging_info``
12931298
will get populated.
@@ -1367,6 +1372,10 @@ class StreamingAnalyzeContentRequest(proto.Message):
13671372
proto.BOOL,
13681373
number=12,
13691374
)
1375+
output_multiple_utterances: bool = proto.Field(
1376+
proto.BOOL,
1377+
number=18,
1378+
)
13701379
enable_debugging_info: bool = proto.Field(
13711380
proto.BOOL,
13721381
number=19,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.