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.
Property Value
Type
Description
string
Text
public string Text { get; set; }
Required. The UTF-8 encoded natural language text to be processed.
Text length must not exceed 256 characters for virtual agent interactions.
[[["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."],[[["This webpage provides reference documentation for the `TextInput` class within the Google Cloud Dialogflow v2 API for .NET, specifically for version 4.9.0."],["The `TextInput` class, part of the `Google.Cloud.Dialogflow.V2` namespace, is used to represent natural language text intended for processing by the Dialogflow API."],["The latest available version of `TextInput` is 4.26.0, with the page also documenting prior versions back to 3.2.0."],["Key properties of the `TextInput` class include `LanguageCode`, which specifies the language of the query, and `Text`, which contains the actual UTF-8 encoded natural language text to be processed."],["The `TextInput` class is part of the `Google.Cloud.Dialogflow.V2.dll` assembly, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]