CxPageEntryFulfillmentMessagePlayAudioArgs

data class CxPageEntryFulfillmentMessagePlayAudioArgs(val allowPlaybackInterruption: Output<Boolean>? = null, val audioUri: Output<String>) : ConvertibleToJava<CxPageEntryFulfillmentMessagePlayAudioArgs>

Constructors

fun CxPageEntryFulfillmentMessagePlayAudioArgs(allowPlaybackInterruption: Output<Boolean>? = null, audioUri: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): CxPageEntryFulfillmentMessagePlayAudioArgs

Properties

Link copied to clipboard
val allowPlaybackInterruption: Output<Boolean>? = null

(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 audioUri: Output<String>

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