[[["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."],[[["The `QueryInput` class in the `Google.Cloud.Dialogflow.V2` namespace represents input for a conversational query, and can be used for audio processing, text-based queries, or event-based intent triggering."],["This page provides documentation for the `QueryInput` class, as well as a history of previous versions, starting from version 3.2.0 all the way up to the latest version 4.26.0, and the current document references version 3.8.0."],["`QueryInput` can be instantiated using one of two constructors: a default constructor `QueryInput()` or a copy constructor `QueryInput(QueryInput other)`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cQueryInput\u003e`, `IDeepCloneable\u003cQueryInput\u003e`, and `IBufferMessage`, and also contains properties such as `AudioConfig`, `Event`, `InputCase`, and `Text`, each used to define a part of the query input."],["It can either contain information regarding audio processing with the `AudioConfig`, a natural language `Text`, or it can contain an `Event` to be processed."]]],[]]