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_v2.types.InputAudioConfig
Instructs the speech recognizer how to process the speech audio. |
text |
google.cloud.dialogflow_v2.types.TextInput
The natural language text to be processed. |
event |
google.cloud.dialogflow_v2.types.EventInput
The event to be processed. |