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."],[[["This webpage provides reference documentation for the `IntentParameterValue` class within the Dialogflow v3 API's .NET library, specifically under the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `IntentParameterValue` class represents a value extracted from user input for an intent parameter, as a component of the `WebhookRequest` in various versions of the Dialogflow Cx V3 API."],["The content showcases the different available versions of the Dialogflow Cx V3 API, starting from version 1.0.0 and going up to the latest version 2.23.0, each with its own documentation link."],["The `IntentParameterValue` class has two primary properties: `OriginalValue`, which stores the original text value from user input, and `ResolvedValue`, which holds the structured value of the parameter."],["The `IntentParameterValue` implements interfaces like IMessage, IEquatable, IDeepCloneable, IBufferMessage, and can be constructed using an empty constructor or using another `IntentParameterValue` object."]]],[]]