GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs

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

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

Constructors

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

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.

Functions

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