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