public sealed class InputTextConfig : IMessage<InputTextConfig>, IEquatable<InputTextConfig>, IDeepCloneable<InputTextConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class InputTextConfig.
[[["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 latest version available for the `InputTextConfig` class in the Google Cloud Dialogflow v2 API is 4.26.0, with numerous previous versions accessible, starting as far back as version 3.2.0."],["The `InputTextConfig` class, part of the `Google.Cloud.Dialogflow.V2` namespace, is used to define the language used in input text for conversational queries."],["The class `InputTextConfig` is derived from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and buffer message management."],["`InputTextConfig` offers a public property called `LanguageCode` of type string which is a required field to set the language of the conversational query, referencing a comprehensive list of supported languages."],["The class provides two constructors, one default constructor called `InputTextConfig()`, and one that allows it to be instantiated using another `InputTextConfig` object."]]],[]]