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