View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FulfillIntentRequest (google_api_dialogflow v0.74.0)

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.