Google Cloud Dialogflow Cx V3beta1Audio Input Args
data class GoogleCloudDialogflowCxV3beta1AudioInputArgs(val audio: Output<String>? = null, val config: Output<GoogleCloudDialogflowCxV3beta1InputAudioConfigArgs>) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1AudioInputArgs>
Represents the natural speech audio to be processed.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1AudioInputArgs(audio: Output<String>? = null, config: Output<GoogleCloudDialogflowCxV3beta1InputAudioConfigArgs>)
Functions
Properties
Link copied to clipboard
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config
and audio
must be provided. For streaming audio detect intent, config
must be provided in the first request and audio
must be provided in all following requests.