public sealed class Handler : IMessage<Handler>, IEquatable<Handler>, IDeepCloneable<Handler>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Handler.
Handler can be used to define custom logic to be executed based on the user-specified triggers.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Handler()
public Handler()Handler(Handler)
public Handler(Handler other)| Parameter | |
|---|---|
| Name | Description |
other |
Handler |
Properties
EventHandler
public Handler.Types.EventHandler EventHandler { get; set; }A handler triggered by event.
| Property Value | |
|---|---|
| Type | Description |
HandlerTypesEventHandler |
|
HandlerCase
public Handler.HandlerOneofCase HandlerCase { get; }| Property Value | |
|---|---|
| Type | Description |
HandlerHandlerOneofCase |
|
LifecycleHandler
public Handler.Types.LifecycleHandler LifecycleHandler { get; set; }A handler triggered during specific lifecycle of the playbook execution.
| Property Value | |
|---|---|
| Type | Description |
HandlerTypesLifecycleHandler |
|