public sealed class WebhookRequest.Types.IntentInfo.Types.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 webpage provides documentation for the `IntentParameterValue` class within the Dialogflow v3 API, focusing on its role in representing values for intent parameters."],["It lists all of the available versions of the Dialogflow.Cx.V3 API, ranging from the latest version `2.23.0` down to version `1.0.0`."],["`IntentParameterValue` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffer management."],["The class includes properties like `OriginalValue` (the raw text extracted from user input) and `ResolvedValue` (the structured interpretation of the extracted parameter)."],["It details the inheritance of `IntentParameterValue` from the base `object` class and how it contains inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]