GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs

data class GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs(val displayText: Output<String>? = null, val ssml: Output<String>? = null, val textToSpeech: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs>

The simple response message containing speech or text.

Constructors

constructor(displayText: Output<String>? = null, ssml: Output<String>? = null, textToSpeech: Output<String>? = null)

Properties

Link copied to clipboard
val displayText: Output<String>? = null

Optional. The text to display.

Link copied to clipboard
val ssml: Output<String>? = null

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
val textToSpeech: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs