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.
Inheritance
System.Object > WebhookRequest.Types.IntentInfo.Types.IntentParameterValueImplements
Google.Protobuf.IMessage<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, System.IEquatable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, Google.Protobuf.IDeepCloneable<WebhookRequest.Types.IntentInfo.Types.IntentParameterValue>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
ResolvedValue
public Value ResolvedValue { get; set; }
Always present. Structured value for the parameter extracted from user utterance.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Value |