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-09 UTC."],[[["The `AudioInput` class represents natural speech audio for processing within the Google Cloud Dialogflow CX V3 framework."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `AudioInput` class contains properties such as `Audio`, which stores the speech audio data as a `ByteString`, and `Config`, which specifies how the speech should be processed using `InputAudioConfig`."],["There are multiple versions of the API available, with the latest version being 2.23.0 and version 1.0.0 as the minimum, allowing you to select and use various iterations of the class."],["The class includes two constructors, one default and one that accepts another `AudioInput` instance for copying."]]],[]]