GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs

data class GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs(val ssml: Output<String>? = null, val text: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs>

A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.

Constructors

Functions

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

Properties

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

The SSML text to be synthesized. For more information, see /speech/text-to-speech/docs/ssml.

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

The raw text to be synthesized.