CxFlowEventHandlerTriggerFulfillmentMessageTextArgs

data class CxFlowEventHandlerTriggerFulfillmentMessageTextArgs(val allowPlaybackInterruption: Output<Boolean>? = null, val texts: Output<List<String>>? = null) : ConvertibleToJava<CxFlowEventHandlerTriggerFulfillmentMessageTextArgs>

Constructors

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

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 texts: Output<List<String>>? = null

A collection of text responses.

Functions

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