Class GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
Inheritance
GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OriginalValue
Declaration
[JsonProperty("originalValue")]
public virtual string OriginalValue { get; set; }
Property Value
ResolvedValue
Declaration
[JsonProperty("resolvedValue")]
public virtual object ResolvedValue { get; set; }
Property Value
Implements