GoogleCloudDialogflowV2beta1IntentMessageSimpleResponseArgs

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

The simple response message containing speech or text.

Constructors

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

Functions

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

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.