Class WebhookRequest.Types.IntentInfo.Types.IntentParameterValue (1.0.0)

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.IntentParameterValue

Implements

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.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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
NameDescription
otherWebhookRequest.Types.IntentInfo.Types.IntentParameterValue

Properties

OriginalValue

public string OriginalValue { get; set; }

Always present. Original text value extracted from user utterance.

Property Value
TypeDescription
System.String

ResolvedValue

public Value ResolvedValue { get; set; }

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

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Value