ConditionalSplitActivity class
Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.
Constructors
- ConditionalSplitActivity({Condition? condition, WaitTime? evaluationWaitTime, String? falseActivity, String? trueActivity})
-
ConditionalSplitActivity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → Condition?
-
The conditions that define the paths for the activity, and the relationship
between the conditions.
final
- evaluationWaitTime → WaitTime?
-
The amount of time to wait before determining whether the conditions are
met, or the date and time when Amazon Pinpoint determines whether the
conditions are met.
final
- falseActivity → String?
-
The unique identifier for the activity to perform if the conditions aren't
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
- trueActivity → String?
-
The unique identifier for the activity to perform if the conditions are met.
final
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