BuiltInUserInputAction class
Action that is implemented and performed in (your) third-party application.
The application needs to show an additional content and input form to the business. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the triggeraction method.
Constructors
-
BuiltInUserInputAction.new({String? actionContext, List<
ActionFlow> ? flows}) - BuiltInUserInputAction.fromJson(Map json_)
Properties
- actionContext ↔ String?
-
Contains the action's context that must be included as part of the
TriggerActionPayload.action_context in TriggerActionRequest.payload to
call the
triggeraction
method.getter/setter pair -
flows
↔ List<
ActionFlow> ? -
Actions may provide multiple different flows.
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