Required. The language of this conversational query. See Language
Support
for a list of the currently supported language codes. Note that queries in
the same session do not necessarily need to specify the same language.
[[["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."],[[["The `TextInput` class in the Google Cloud Dialogflow v2beta1 API represents natural language text that is intended for processing."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cTextInput\u003e`, `IDeepCloneable\u003cTextInput\u003e`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`TextInput` has two constructors: a default one (`TextInput()`) and one that accepts another `TextInput` object for duplication or modification."],["It includes two essential properties: `LanguageCode` (specifying the language of the query) and `Text` (the actual UTF-8 encoded text to be processed), with the latter having a 256-character limit."],["The current latest version is 1.0.0-beta23 and is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace."]]],[]]