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."],[[["This webpage provides documentation for the `IntentParameterValue` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in representing intent parameter values."],["The latest documented version for `IntentParameterValue` is 2.23.0, with a comprehensive list of previous versions available for reference, starting from version 1.0.0 up until 2.23.0."],["`IntentParameterValue` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling structured data handling and deep cloning."],["The class features two key properties: `OriginalValue`, which represents the raw text extracted from user input, and `ResolvedValue`, which represents the structured, processed form of the user input."],["The `IntentParameterValue` class can be instantiated using a default constructor or by copying values from an existing `IntentParameterValue` instance."]]],[]]