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-03-21 UTC."],[[["The webpage provides documentation for the `AudioInput` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, with version 1.11.0 being the currently displayed version and 2.23.0 being the latest."],["`AudioInput` is a sealed class representing natural speech audio for processing, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AudioInput` class has two constructors: a default constructor `AudioInput()`, and a copy constructor `AudioInput(AudioInput other)`."],["The `AudioInput` class includes two key properties: `Audio`, which contains the speech audio data as a `ByteString`, and `Config`, an `InputAudioConfig` object that guides the speech recognizer."],["The page lists numerous versions of the documentation for the `AudioInput` class, ranging from 1.0.0 up to the latest version 2.23.0, allowing users to review changes over time."]]],[]]