Class GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
Inheritance
GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue : 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