/AWS1/CL_PPTCONDALSPLITACTIV00¶
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.
To create yes/no split activities that send participants down different paths based on push notification events (such as Open or Received events), your mobile app has to specify the User ID and Endpoint ID values. For more information, see Integrating Amazon Pinpoint with your application in the Amazon Pinpoint Developer Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_condition
TYPE REF TO /AWS1/CL_PPTCONDITION
/AWS1/CL_PPTCONDITION
¶
The conditions that define the paths for the activity, and the relationship between the conditions.
io_evaluationwaittime
TYPE REF TO /AWS1/CL_PPTWAITTIME
/AWS1/CL_PPTWAITTIME
¶
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.
iv_falseactivity
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the activity to perform if the conditions aren't met.
iv_trueactivity
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the activity to perform if the conditions are met.
Queryable Attributes¶
Condition¶
The conditions that define the paths for the activity, and the relationship between the conditions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITION() |
Getter for CONDITION |
EvaluationWaitTime¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVALUATIONWAITTIME() |
Getter for EVALUATIONWAITTIME |
FalseActivity¶
The unique identifier for the activity to perform if the conditions aren't met.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FALSEACTIVITY() |
Getter for FALSEACTIVITY, with configurable default |
ASK_FALSEACTIVITY() |
Getter for FALSEACTIVITY w/ exceptions if field has no value |
HAS_FALSEACTIVITY() |
Determine if FALSEACTIVITY has a value |
TrueActivity¶
The unique identifier for the activity to perform if the conditions are met.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRUEACTIVITY() |
Getter for TRUEACTIVITY, with configurable default |
ASK_TRUEACTIVITY() |
Getter for TRUEACTIVITY w/ exceptions if field has no value |
HAS_TRUEACTIVITY() |
Determine if TRUEACTIVITY has a value |