ChanceBranch

@Serializable
data class ChanceBranch(val to: String, val probability: Double)(source)

A probabilistic routing branch: send to to with the given probability.

Constructors

Link copied to clipboard
constructor(to: String, probability: Double)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String