GoogleCloudDialogflowCxV3ResponseMessageTextArgs

data class GoogleCloudDialogflowCxV3ResponseMessageTextArgs(val text: Output<List<String>>) : ConvertibleToJava<GoogleCloudDialogflowCxV3ResponseMessageTextArgs>

The text response message.

Constructors

constructor(text: Output<List<String>>)

Properties

Link copied to clipboard
val text: Output<List<String>>

A collection of text responses.

Functions

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