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