[[["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."],[[["This webpage details the `QueryInput` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.6.0 of the library, along with links to earlier and newer versions up to 4.26.0."],["The `QueryInput` class is used to represent input for a Dialogflow query, which can be an audio config, text, or an event."],["The `QueryInput` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`QueryInput` objects can be constructed using either a default constructor or by providing another `QueryInput` object for copying, and this class also contains the properties `AudioConfig`, `Event`, `InputCase`, and `Text`."],["The `AudioConfig`, `Event` and `Text` properties of the `QueryInput` class can be used to define the type of input the query has; this can be in the form of the `InputAudioConfig`, `EventInput`, and `TextInput` classes respectively."]]],[]]