Class Input (2.43.0)

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

Input for the conversation.

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
audio bytes
The content of audio stream to be recognized. This field is a member of oneof_ input.
dtmf google.cloud.dialogflow_v2beta1.types.TelephonyDtmfEvents
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted. This field is a member of oneof_ input.
turn google.cloud.dialogflow_v2beta1.types.BidiStreamingAnalyzeContentRequest.TurnInput
Turn input. This field is a member of oneof_ input.