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 provided content lists various versions of the `IntentParameterValue` class within the Google Cloud Dialogflow CX .NET library, ranging from version 1.0.0 to the latest 2.23.0."],["`IntentParameterValue` represents a value for an intent parameter in Dialogflow CX and is a class implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `IntentParameterValue` class has two primary properties: `OriginalValue`, which is the original text extracted from a user's utterance, and `ResolvedValue`, which is the structured value extracted from the user's utterance."],["The `IntentParameterValue` has two constructors: a default constructor and a constructor that accepts another `IntentParameterValue` object."],["The class is part of the namespace `Google.Cloud.Dialogflow.Cx.V3` within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]