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-04-09 UTC."],[[["This webpage provides documentation for the `TextInput` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `TextInput` class represents natural language text that needs to be processed and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the different versions of the `TextInput` class, ranging from version 4.26.0 (latest) down to version 3.2.0, allowing developers to access the historical references."],["The `TextInput` class includes two key properties: `LanguageCode`, which specifies the language of the conversational query, and `Text`, which contains the UTF-8 encoded text to be processed with a maximum of 256 characters."],["There are two constructors available for `TextInput`, one default constructor, and another constructor that takes a `TextInput` object as a parameter."]]],[]]