QueryInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the query input. It can contain either:
- An audio config which instructs the speech recognizer how to process the speech audio.
A conversational query in the form of text.
An event that specifies which intent to trigger.
Attributes | |
---|---|
Name | Description |
audio_config |
google.cloud.dialogflow_v2beta1.types.InputAudioConfig
Instructs the speech recognizer how to process the speech audio. |
text |
google.cloud.dialogflow_v2beta1.types.TextInput
The natural language text to be processed. |
event |
google.cloud.dialogflow_v2beta1.types.EventInput
The event to be processed. |
dtmf |
google.cloud.dialogflow_v2beta1.types.TelephonyDtmfEvents
The DTMF digits used to invoke intent and fill in parameter value. |