Class AnalyzeContentRequest (2.11.0)

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

The request message for Participants.AnalyzeContent.

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

NameDescription
participant str
Required. The name of the participant this text comes from. Format: projects/.
text_input google.cloud.dialogflow_v2.types.TextInput
The natural language text to be processed. This field is a member of oneof_ input.
event_input google.cloud.dialogflow_v2.types.EventInput
An input event to send to Dialogflow. This field is a member of oneof_ input.
reply_audio_config google.cloud.dialogflow_v2.types.OutputAudioConfig
Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
query_params google.cloud.dialogflow_v2.types.QueryParameters
Parameters for a Dialogflow virtual-agent query.
assist_query_params google.cloud.dialogflow_v2.types.AssistQueryParameters
Parameters for a human assist query.
request_id str
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a request_id is provided.