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"]],[["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."],[[["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."]]],[]]