Class WebhookRequest.Types.IntentInfo.Types.IntentParameterValue (1.1.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

Object > WebhookRequest.Types.IntentInfo.Types.IntentParameterValue

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
String

ResolvedValue

public Value ResolvedValue { get; set; }

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

Property Value
TypeDescription
Value