Google Cloud Dialogflow Cx V3Query Input Args
data class GoogleCloudDialogflowCxV3QueryInputArgs(val audio: Output<GoogleCloudDialogflowCxV3AudioInputArgs>? = null, val dtmf: Output<GoogleCloudDialogflowCxV3DtmfInputArgs>? = null, val event: Output<GoogleCloudDialogflowCxV3EventInputArgs>? = null, val intent: Output<GoogleCloudDialogflowCxV3IntentInputArgs>? = null, val languageCode: Output<String>, val text: Output<GoogleCloudDialogflowCxV3TextInputArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3QueryInputArgs>
Represents the query input. It can contain one of: 1. A conversational query in the form of text. 2. An intent query that specifies which intent to trigger. 3. Natural language speech audio to be processed. 4. An event to be triggered. 5. DTMF digits to invoke an intent and fill in parameter value.
Constructors
Link copied to clipboard
constructor(audio: Output<GoogleCloudDialogflowCxV3AudioInputArgs>? = null, dtmf: Output<GoogleCloudDialogflowCxV3DtmfInputArgs>? = null, event: Output<GoogleCloudDialogflowCxV3EventInputArgs>? = null, intent: Output<GoogleCloudDialogflowCxV3IntentInputArgs>? = null, languageCode: Output<String>, text: Output<GoogleCloudDialogflowCxV3TextInputArgs>? = null)
Properties
Link copied to clipboard
The natural language speech audio to be processed.
Link copied to clipboard
The DTMF event to be handled.
Link copied to clipboard
The event to be triggered.
Link copied to clipboard
The intent to be triggered.
Link copied to clipboard
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Link copied to clipboard
The natural language text to be processed.