Required. The natural language speech audio to be processed.
A single request can contain up to 2 minutes of speech audio data.
The transcribed text cannot contain more than 256 bytes for virtual agent
interactions.
[[["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 document provides reference documentation for the `AudioInput` class within the Google Cloud Dialogflow v2beta1 API, version 1.0.0-beta18."],["The `AudioInput` class represents natural language speech audio for processing and is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["`AudioInput` class has properties including `Audio`, which is the natural language speech audio itself (limited to 2 minutes of audio, and 256 bytes of text), and `Config` which is the necessary instruction for the speech recognizer."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `AudioInput` class has two constructors, one default and another to clone from an existing `AudioInput` object."]]],[]]