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-04-02 UTC."],[[["This webpage details the `IntentParameterValue` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, representing a value for an intent parameter in Dialogflow CX."],["The latest version documented is 2.23.0, while the webpage is showing version 1.12.0 and covers versions back to 1.0.0 for this specific class."],["The `IntentParameterValue` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class provides two constructors and includes properties like `OriginalValue` (the extracted user text) and `ResolvedValue` (the structured value), both being always present."]]],[]]