Class BidiStreamingAnalyzeContentResponse (2.49.0)

BidiStreamingAnalyzeContentResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response message for Participants.BidiStreamingAnalyzeContent.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
recognition_result google.cloud.dialogflow_v2beta1.types.StreamingRecognitionResult
The result of speech recognition. This field is a member of oneof_ response.
barge_in_signal google.cloud.dialogflow_v2beta1.types.BidiStreamingAnalyzeContentResponse.BargeInSignal
Indicate the user barge-in has been detected, and client should stop playing back the audio. This field is a member of oneof_ response.
analyze_content_response google.cloud.dialogflow_v2beta1.types.AnalyzeContentResponse
The agent response from analyze content. This field is a member of oneof_ response.
turn_complete google.cloud.dialogflow_v2beta1.types.BidiStreamingAnalyzeContentResponse.TurnComplete
Indicate that the turn is complete. This field is a member of oneof_ response.
tool_calls google.cloud.dialogflow_v2beta1.types.BidiStreamingAnalyzeContentResponse.ToolCalls
The tool calls from the server. This field is a member of oneof_ response.

Classes

BargeInSignal

BargeInSignal(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Indicate the user barge-in has been detected.

ToolCall

ToolCall(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the client to execute the specified tool.

ToolCalls

ToolCalls(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The tool calls from the server.

TurnComplete

TurnComplete(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Indicate that the turn is complete.