GoogleCloudDialogflowV2beta1IntentMessageSimpleResponseResponse

data class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponseResponse(val displayText: String, val ssml: String, val textToSpeech: String)

The simple response message containing speech or text.

Constructors

constructor(displayText: String, ssml: String, textToSpeech: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The text to display.

Link copied to clipboard

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.

Link copied to clipboard

One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.