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 of the `IntentParameterValue` documentation is 2.23.0, while version 1.9.0 is also available, along with a range of other versions."],["The `IntentParameterValue` class represents a value for an intent parameter, used in the context of Dialogflow CX webhooks, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties, `OriginalValue` which stores the original text extracted from user input, and `ResolvedValue` which stores the structured parameter value."],["This class inherits from `Object` and is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, inside the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class has two constructors, a parameterless constructor, and one that receives another `IntentParameterValue`."]]],[]]