Class QueryInput (2.1.2)

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

Represents the query input. It can contain either:

  1. An audio config which instructs the speech recognizer how to process the speech audio.
  2. A conversational query in the form of text.

  3. An event that specifies which intent to trigger.

Attributes

NameDescription
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.