Activity

class Activity

Specifies the configuration and other settings for an activity in a journey.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The settings for a connect activity. This type of activity initiates a contact center call to participants.

Link copied to clipboard

The settings for a custom message activity. This type of activity calls an AWS Lambda function or web hook that sends messages to participants.

Link copied to clipboard

The custom description of the activity.

Link copied to clipboard

The settings for an email activity. This type of activity sends an email message to participants.

Link copied to clipboard

The settings for a holdout activity. This type of activity stops a journey for a specified percentage of participants.

Link copied to clipboard

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.

Link copied to clipboard

The settings for a push notification activity. This type of activity sends a push notification to participants.

Link copied to clipboard

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.

Link copied to clipboard

The settings for an SMS activity. This type of activity sends a text message to participants.

Link copied to clipboard

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

Link copied to clipboard
inline fun copy(block: Activity.Builder.() -> Unit = {}): Activity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String