GoogleCloudDialogflowCxV3beta1TextInputArgs

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

Represents the natural language text to be processed.

Constructors

Functions

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

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.