Class GoogleCloudDialogflowCxV3beta1Handler
Inheritance
GoogleCloudDialogflowCxV3beta1Handler
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Handler : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventHandler
Declaration
[JsonProperty("eventHandler")]
public virtual GoogleCloudDialogflowCxV3beta1HandlerEventHandler EventHandler { get; set; }
Property Value
LifecycleHandler
Declaration
[JsonProperty("lifecycleHandler")]
public virtual GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler LifecycleHandler { get; set; }
Property Value
Implements