Google Cloud Dialogflow Cx V3Response Message Output Audio Text Args
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
Link copied to clipboard
fun GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(ssml: Output<String>? = null, text: Output<String>? = null)