The natural language speech audio to be processed.
A single request can contain up to 1 minute of speech audio data.
The [transcribed text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage details the `AudioInput` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `AudioInput` class represents natural speech audio data for processing, supporting up to 1 minute of audio, with a 256-byte limit for transcribed text."],["The page lists available versions of `AudioInput`, ranging from the latest version 2.23.0 down to version 1.0.0, showing the history and evolution of the class."],["The `AudioInput` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, providing methods for audio management."],["The class has two constructors, `AudioInput()`, and `AudioInput(AudioInput other)`, as well as two properties; `Audio` for the audio data itself, and `Config` to instruct the speech recognizer how to process the audio."]]],[]]