GoogleCloudDialogflowV2beta1IntentMessageTextArgs

data class GoogleCloudDialogflowV2beta1IntentMessageTextArgs(val text: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageTextArgs>

The text response message.

Constructors

constructor(text: Output<List<String>>? = null)

Properties

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

Optional. The collection of the agent's responses.

Functions

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