CampaignPredictiveDialerConfig

data class CampaignPredictiveDialerConfig(val bandwidthAllocation: Double, val dialingCapacity: Double? = null)

Predictive Dialer config

Constructors

Link copied to clipboard
constructor(bandwidthAllocation: Double, dialingCapacity: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bandwidth allocation of a queue resource.

Link copied to clipboard
val dialingCapacity: Double? = null

Allocates dialing capacity for this campaign between multiple active campaigns.