GoogleCloudDialogflowCxV3HandlerEventHandler class
A handler that is triggered by the specified event.
Constructors
- GoogleCloudDialogflowCxV3HandlerEventHandler.new({String? condition, String? event, GoogleCloudDialogflowCxV3Fulfillment? fulfillment})
- GoogleCloudDialogflowCxV3HandlerEventHandler.fromJson(Map json_)
Properties
- condition ↔ String?
-
The condition that must be satisfied to trigger this handler.
getter/setter pair
- event ↔ String?
-
The name of the event that triggers this handler.
getter/setter pair
- fulfillment ↔ GoogleCloudDialogflowCxV3Fulfillment?
-
The fulfillment to call when the event occurs.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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