CxFlowTransitionRouteTriggerFulfillmentMessageOutputAudioText

data class CxFlowTransitionRouteTriggerFulfillmentMessageOutputAudioText(val allowPlaybackInterruption: Boolean? = null, val ssml: String? = null, val text: String? = null)

Constructors

constructor(allowPlaybackInterruption: Boolean? = null, ssml: String? = null, text: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) 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
val ssml: String? = null

The SSML text to be synthesized. For more information, see SSML.

Link copied to clipboard
val text: String? = null

The raw text to be synthesized.