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."],[[["This webpage provides documentation for the `IntentParameterValue` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to represent a value for an intent parameter in the Dialogflow CX framework."],["The `IntentParameterValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The webpage lists different versions of the `IntentParameterValue` class ranging from version 1.0.0 to the latest version 2.23.0, allowing users to access the documentation for each specific release."],["The `IntentParameterValue` class has two main properties: `OriginalValue`, which holds the original text extracted from the user's input, and `ResolvedValue`, which contains the structured representation of the parameter value."],["Two constructors are available for the class, the default one which takes no parameters, and another that creates a new instance of `IntentParameterValue` from another instance."]]],[]]