Routing Profile Queue Config
data class RoutingProfileQueueConfig(val delay: Int, val priority: Int, val queueReference: RoutingProfileQueueReference)
Contains information about the queue and channel for which priority and delay can be set.
Constructors
Link copied to clipboard
fun RoutingProfileQueueConfig(delay: Int, priority: Int, queueReference: RoutingProfileQueueReference)