Class LifecycleHandler (1.40.0)

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

A handler that is triggered on the specific lifecycle_stage of the playbook execution.

Attributes

Name Description
lifecycle_stage str
Required. The name of the lifecycle stage that triggers this handler. Supported values: - playbook-start - pre-action-selection - pre-action-execution
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 this handler is triggered.