Google Cloud Dialogflow Cx V3beta1Response Message Text Response
data class GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse(val allowPlaybackInterruption: Boolean, val text: List<String>)
The text response message.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse(allowPlaybackInterruption: Boolean, text: List<String>)