GoogleCloudDialogflowCxV3Handler class
Handler can be used to define custom logic to be executed based on the user-specified triggers.
Constructors
- GoogleCloudDialogflowCxV3Handler.new({GoogleCloudDialogflowCxV3HandlerEventHandler? eventHandler, GoogleCloudDialogflowCxV3HandlerLifecycleHandler? lifecycleHandler})
- GoogleCloudDialogflowCxV3Handler.fromJson(Map json_)
Properties
- eventHandler ↔ GoogleCloudDialogflowCxV3HandlerEventHandler?
-
A handler triggered by event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycleHandler ↔ GoogleCloudDialogflowCxV3HandlerLifecycleHandler?
-
A handler triggered during specific lifecycle of the playbook execution.
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