Class EventHandler (1.40.0)

EventHandler(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A handler that is triggered by the specified event.

Attributes

Name Description
event str
Required. The name of the event that triggers this handler.
condition str
Optional. The condition that must be satisfied to trigger this handler.
fulfillment google.cloud.dialogflowcx_v3beta1.types.Fulfillment
Required. The fulfillment to call when the event occurs.