GoogleCloudDialogflowCxV3TextInputArgs

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

Represents the natural language text to be processed.

Constructors

Functions

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

Properties

Link copied to clipboard
val text: Output<String>

The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.