Class GoogleCloudDialogflowCxV3beta1HandlerEventHandler
Inheritance
GoogleCloudDialogflowCxV3beta1HandlerEventHandler
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1HandlerEventHandler : IDirectResponseSchema
Properties
Condition
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Event__
Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Fulfillment
Declaration
[JsonProperty("fulfillment")]
public virtual GoogleCloudDialogflowCxV3beta1Fulfillment Fulfillment { get; set; }
Property Value
Implements