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 latest version available for `IntentParameterValue` is 2.23.0, with many prior versions accessible, dating back to 1.0.0."],["`IntentParameterValue` is a class that represents a value for an intent parameter, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class includes two primary properties: `OriginalValue`, which is the raw text extracted from user input, and `ResolvedValue`, which represents the structured version of that extracted data."],["The class contains two constructors, one with no parameters and another that allows for a `WebhookRequest.Types.IntentInfo.Types.IntentParameterValue` to be passed as a parameter."]]],[]]