CxFlowEventHandlerTriggerFulfillmentMessageText

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

A collection of text responses.