GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FulfillIntentRequest (google_api_dialogflow v0.89.0)
View SourceRequest of FulfillIntent
Attributes
-
match(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Match.t, default:nil) - The matched intent/event to fulfill. -
matchIntentRequest(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3MatchIntentRequest.t, default:nil) - Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined. -
outputAudioConfig(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3OutputAudioConfig.t, default:nil) - Instructs the speech synthesizer how to generate output audio.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FulfillIntentRequest{ match: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Match.t() | nil, matchIntentRequest: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3MatchIntentRequest.t() | nil, outputAudioConfig: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3OutputAudioConfig.t() | nil }