public sealed class Handler.Types.EventHandler : IMessage<Handler.Types.EventHandler>, IEquatable<Handler.Types.EventHandler>, IDeepCloneable<Handler.Types.EventHandler>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Handler.Types.EventHandler.
A handler that is triggered by the specified [event][google.cloud.dialogflow.cx.v3.Handler.EventHandler.event].
Implements
IMessageHandlerTypesEventHandler, IEquatableHandlerTypesEventHandler, IDeepCloneableHandlerTypesEventHandler, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
EventHandler()
public EventHandler()EventHandler(EventHandler)
public EventHandler(Handler.Types.EventHandler other)| Parameter | |
|---|---|
| Name | Description |
other |
HandlerTypesEventHandler |
Properties
Condition
public string Condition { get; set; }Optional. The condition that must be satisfied to trigger this handler.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Event
public string Event { get; set; }Required. The name of the event that triggers this handler.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Fulfillment
public Fulfillment Fulfillment { get; set; }Required. The fulfillment to call when the event occurs.
| Property Value | |
|---|---|
| Type | Description |
Fulfillment |
|