MultiConditionalSplitActivity class
Specifies the settings for a multivariate split activity in a journey. This type of activity sends participants down one of as many as five paths (including a default Else path) in a journey, based on conditions that you specify.
Constructors
-
MultiConditionalSplitActivity({List<
MultiConditionalBranch> ? branches, String? defaultActivity, WaitTime? evaluationWaitTime}) -
MultiConditionalSplitActivity.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
branches
→ List<
MultiConditionalBranch> ? -
The paths for the activity, including the conditions for entering each path
and the activity to perform for each path.
final
- defaultActivity → String?
-
The unique identifier for the activity to perform for participants who don't
meet any of the conditions specified for other paths in the activity.
final
- evaluationWaitTime → WaitTime?
-
The amount of time to wait or the date and time when Amazon Pinpoint
determines whether the conditions are met.
final
- 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