Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response
data class GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse(val allowPlaybackInterruption: Boolean, val ssml: String, val text: String)
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 GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse(allowPlaybackInterruption: Boolean, ssml: String, text: String)