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"]],[["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."],[[["This webpage provides documentation for the `IntentParameterValue` class within the Google Cloud Dialogflow CX v3 .NET library, specifically its various versions."],["The latest version of `IntentParameterValue` documented here is 2.23.0, with several older versions listed from 2.22.0 back down to 1.0.0."],["`IntentParameterValue` represents a value for an intent parameter, which has two main properties: `OriginalValue` (the original text extracted from the user) and `ResolvedValue` (the structured value)."],["The `IntentParameterValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The page also provides information on the constructors available for the `IntentParameterValue` class, including a parameterless constructor and one that accepts another `IntentParameterValue` instance."]]],[]]