Dialogflow v3 API - Class Handler (3.0.0)

public sealed class Handler : IMessage<Handler>, IEquatable<Handler>, IDeepCloneable<Handler>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Handler

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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