Dialogflow v3 API - Class WebhookRequest.Types.IntentInfo.Types.IntentParameterValue (2.10.0)

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.

Represents a value for an intent parameter.

Inheritance

object > WebhookRequest.Types.IntentInfo.Types.IntentParameterValue

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentParameterValue()

public IntentParameterValue()

IntentParameterValue(IntentParameterValue)

public IntentParameterValue(WebhookRequest.Types.IntentInfo.Types.IntentParameterValue other)
Parameter
NameDescription
otherWebhookRequestTypesIntentInfoTypesIntentParameterValue

Properties

OriginalValue

public string OriginalValue { get; set; }

Always present. Original text value extracted from user utterance.

Property Value
TypeDescription
string

ResolvedValue

public Value ResolvedValue { get; set; }

Always present. Structured value for the parameter extracted from user utterance.

Property Value
TypeDescription
Value