GoogleCloudDialogflowV2IntentMessageSimpleResponseResponse

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

The simple response message containing speech or text.

Constructors

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.