GoogleCloudDialogflowCxV3HandlerLifecycleHandler class
A handler that is triggered on the specific lifecycle_stage of the playbook execution.
Constructors
- GoogleCloudDialogflowCxV3HandlerLifecycleHandler.new({String? condition, GoogleCloudDialogflowCxV3Fulfillment? fulfillment, String? lifecycleStage})
- GoogleCloudDialogflowCxV3HandlerLifecycleHandler.fromJson(Map json_)
Properties
- condition ↔ String?
-
The condition that must be satisfied to trigger this handler.
getter/setter pair
- fulfillment ↔ GoogleCloudDialogflowCxV3Fulfillment?
-
The fulfillment to call when this handler is triggered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycleStage ↔ String?
-
The name of the lifecycle stage that triggers this handler.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited