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 response variants. If multiple variants are defined, only one text response variant is returned at runtime. required: true

Functions

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