GoogleCloudDialogflowCxV3ResponseMessageTextResponse

data class GoogleCloudDialogflowCxV3ResponseMessageTextResponse(val allowPlaybackInterruption: Boolean, val text: List<String>)

The text response message.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

A collection of text responses.