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.
Implements
IMessageWebhookRequestTypesIntentInfoTypesIntentParameterValue, IEquatableWebhookRequestTypesIntentInfoTypesIntentParameterValue, IDeepCloneableWebhookRequestTypesIntentInfoTypesIntentParameterValue, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
IntentParameterValue()
public IntentParameterValue()
IntentParameterValue(IntentParameterValue)
public IntentParameterValue(WebhookRequest.Types.IntentInfo.Types.IntentParameterValue other)
Parameter | |
---|---|
Name | Description |
other |
WebhookRequestTypesIntentInfoTypesIntentParameterValue |
Properties
OriginalValue
public string OriginalValue { get; set; }
Always present. Original text value extracted from user utterance.
Property Value | |
---|---|
Type | Description |
string |
ResolvedValue
public Value ResolvedValue { get; set; }
Always present. Structured value for the parameter extracted from user utterance.
Property Value | |
---|---|
Type | Description |
Value |