Builder
Properties
The settings for a yes/no split activity. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.
The settings for a connect activity. This type of activity initiates a contact center call to participants.
The settings for a custom message activity. This type of activity calls an AWS Lambda function or web hook that sends messages to participants.
The custom description of the activity.
The settings for an email activity. This type of activity sends an email message to participants.
The settings for a holdout activity. This type of activity stops a journey for a specified percentage of participants.
The settings for a multivariate split activity. 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.
The settings for a push notification activity. This type of activity sends a push notification to participants.
The settings for a random split activity. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.
The settings for an SMS activity. This type of activity sends a text message to participants.
The settings for a wait activity. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.
Functions
construct an aws.sdk.kotlin.services.pinpoint.model.ConditionalSplitActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.ContactCenterActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.CustomMessageActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.EmailMessageActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.HoldoutActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.MultiConditionalSplitActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.PushMessageActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.RandomSplitActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.SmsMessageActivity inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.WaitActivity inside the given block