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 page provides reference documentation for the `TextInput` class within the Google Cloud Dialogflow v2 API for .NET, which is used to represent natural language text for processing."],["The `TextInput` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented in the `Google.Cloud.Dialogflow.V2.dll` assembly, inheriting from the base `object` class and implementing multiple interfaces."],["The latest version of the Dialogflow v2 API documented on this page is 4.26.0, and other versions are available going down to 3.2.0, allowing users to navigate to the version most relevant to them."],["The class provides two constructors, `TextInput()` and `TextInput(TextInput other)`, allowing for the instantiation of a blank object or one based on another."],["The `TextInput` class has two key properties, `LanguageCode` and `Text`, where `LanguageCode` specifies the language of the text, and `Text` contains the UTF-8 encoded text to be processed, with length restrictions."]]],[]]