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."],[[["This webpage provides documentation for the `AudioInput` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, detailing its role in processing natural speech audio."],["The `AudioInput` class, which represents natural speech audio for processing, includes properties for `Audio` (the speech audio itself) and `Config` (instructions for the speech recognizer)."],["The latest version of `AudioInput` is `2.23.0`, and the page lists numerous previous versions from `2.22.0` all the way down to `1.0.0`, with links to documentation for each."],["The `AudioInput` class can contain up to one minute of speech audio data, with a limit of 256 bytes on the transcribed text."],["The `AudioInput` class inherits from the Object class and implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and also lists the inherited members from the Object class."]]],[]]