The natural language speech audio to be processed.
A single request can contain up to 2 minutes 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 reference documentation for the `AudioInput` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `AudioInput` class represents natural speech audio intended for processing by the Dialogflow system, with a limit of 2 minutes of audio data per request."],["The page lists multiple versions of the Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version, 2.23.0, offering access to documentation for each release."],["`AudioInput` class can be constructed via no parameters or by using another instance of `AudioInput` as a parameter, and it has two main properties which are `Audio`, the raw audio data, and `Config`, which dictates how to process the speech audio."],["The `AudioInput` class in the Dialogflow API is integral for handling audio data in both non-streaming and streaming modes, where the `Config` property must be set at least in the first request of streaming modes."]]],[]]