google_api_dialogflow v0.6.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageSimpleResponse 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.