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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page provides documentation for the `IntentParameterValue` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which represents a value for an intent parameter in Dialogflow CX."],["It lists various versions of the `IntentParameterValue` class, ranging from version 1.0.0 up to the latest, 2.23.0, each with its own corresponding documentation link."],["The `IntentParameterValue` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two main properties, `OriginalValue` which is the text value extracted from the user's input, and `ResolvedValue` which represents the structured data for the intent parameter."],["There are two constructors within the `IntentParameterValue` class: one that takes no arguments, and one that takes another `IntentParameterValue` object as an argument."]]],[]]