CxFlowEventHandlerTriggerFulfillmentMessageTextArgs

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

Constructors

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

Functions

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

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.