google_api_dialogflow v0.5.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse View Source

The simple response message containing speech or text.

Attributes

  • displayText (String.t): Optional. The text to display. Defaults to: null.
  • ssml (String.t): One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech. Defaults to: null.
  • textToSpeech (String.t): One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml. 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() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse{
    displayText: any(),
    ssml: any(),
    textToSpeech: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.