GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryInput (google_api_dialogflow v0.73.0) View Source
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
-
audioConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputAudioConfig.t, default:nil) - Instructs the speech recognizer how to process the speech audio. -
event(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EventInput.t, default:nil) - The event to be processed. -
text(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2TextInput.t, default:nil) - The natural language text to be processed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryInput{
audioConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputAudioConfig.t()
| nil,
event:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EventInput.t() | nil,
text: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2TextInput.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.