CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentMessagePlayAudioArgs

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

Constructors

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

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.

Functions

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