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 webpage provides documentation for the `IntentParameterValue` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in representing intent parameter values 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 such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes two constructors, one default and another that copies an existing `IntentParameterValue` object, and exposes two key properties `OriginalValue` and `ResolvedValue`, which represent the original text and the structured value extracted from the user's input, respectively."]]],[]]