public sealed class IntentParameterValue : IMessage<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IEquatable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IDeepCloneable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.IntentInfo.Types.IntentParameterValue.
[[["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 latest version of the Dialogflow v3 API class `WebhookRequest.Types.IntentInfo.Types.IntentParameterValue` is version 2.23.0, with many previous versions available for reference, dating as far back as 1.0.0."],["This class, `IntentParameterValue`, is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is used to represent a value for an intent parameter within the Dialogflow API."],["`IntentParameterValue` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `IntentParameterValue` class has two key properties, `OriginalValue` and `ResolvedValue`, representing the original text and the structured value of the parameter, respectively, extracted from the user's input."],["Constructors for `IntentParameterValue` include a parameterless one and one that accepts another `IntentParameterValue` object as a parameter for creating a new one."]]],[]]