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