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, which is used to represent the value of an intent parameter."],["This documentation covers multiple versions of the library, ranging from version 1.0.0 to the latest version, 2.23.0, allowing you to view changes and updates for this class across these versions."],["The `IntentParameterValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its role in handling structured and textual data from user input."],["The class contains two main properties: `OriginalValue`, which stores the original text extracted from user input, and `ResolvedValue`, which contains the structured representation of the extracted parameter."],["There are two constructors, one default and another which allows you to provide another instance of `IntentParameterValue` as a parameter."]]],[]]