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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]