public sealed class IntentParameterValue : IMessage<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IEquatable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IDeepCloneable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IBufferMessage, IMessage
[[["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 page provides a comprehensive list of versions for the `IntentParameterValue` class, ranging from version 2.23.0 down to 1.0.0, with each version linking to its respective documentation."],["`IntentParameterValue` is a class that represents a value for an intent parameter, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IntentParameterValue` class contains two properties, `OriginalValue` which represents the original text extracted from user input, and `ResolvedValue` which is the structured value of the extracted parameter."],["The `IntentParameterValue` class has two constructors available: a default parameterless constructor, and a constructor that accepts another `IntentParameterValue` object."]]],[]]