GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

Link copied to clipboard

The SSML text to be synthesized. For more information, see /speech/text-to-speech/docs/ssml.

Link copied to clipboard

The raw text to be synthesized.