CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio

data class CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio(val allowPlaybackInterruption: Boolean? = null, val audioUri: String)

Constructors

constructor(allowPlaybackInterruption: Boolean? = null, audioUri: String)

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. The mixed_audio block contains:

Link copied to clipboard

URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.