JourneyLimits

Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.

Types

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

Properties

Link copied to clipboard

The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.

Link copied to clipboard

The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.

Link copied to clipboard

Minimum time that must pass before an endpoint can re-enter a given journey. The duration should use an ISO 8601 format, such as PT1H.

Link copied to clipboard

The maximum number of messages that the journey can send each second.

Link copied to clipboard

The number of messages that an endpoint can receive during the specified timeframe.

Link copied to clipboard

The maximum number of messages a journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.

Functions

Link copied to clipboard
inline fun copy(block: JourneyLimits.Builder.() -> Unit = {}): JourneyLimits
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