public sealed class IntentParameterValue : IMessage<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IEquatable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IDeepCloneable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IBufferMessage, IMessage
Represents a value for an intent parameter.
Implements
IMessage<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IEquatable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IDeepCloneable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
IntentParameterValue()
public IntentParameterValue()
IntentParameterValue(WebhookRequest.Types.IntentInfo.Types.IntentParameterValue)
public IntentParameterValue(WebhookRequest.Types.IntentInfo.Types.IntentParameterValue other)
Parameter | |
---|---|
Name | Description |
other | WebhookRequest.Types.IntentInfo.Types.IntentParameterValue |
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 |