public sealed class InputTextConfig : IMessage<InputTextConfig>, IEquatable<InputTextConfig>, IDeepCloneable<InputTextConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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."],[[["This documentation is for the `InputTextConfig` class within the Google Cloud Dialogflow v2beta1 API, specifically within the .NET environment."],["The `InputTextConfig` class is used to define the language of the input text used in conversational queries."],["It inherits from the base `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and another that takes an existing `InputTextConfig` instance as a parameter."],["The `LanguageCode` property, of type string, is required and specifies the language of the conversational query using a supported language code."]]],[]]