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-04-09 UTC."],[[["The latest version of the Google Cloud Dialogflow V2 API InputTextConfig is 4.26.0, with a range of previous versions available from 4.25.0 down to 3.2.0."],["The `InputTextConfig` class defines the language used in the input text and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class provides two constructors, one default and one that takes another `InputTextConfig` object as a parameter for deep cloning."],["The `LanguageCode` property within `InputTextConfig` specifies the language of the conversational query and is required, referencing a list of supported language codes."]]],[]]