Routing Profile Media Concurrency
data class RoutingProfileMediaConcurrency(val channel: RoutingProfileChannel, val concurrency: Int, val crossChannelBehavior: RoutingProfileCrossChannelBehavior? = null)
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
Constructors
Link copied to clipboard
fun RoutingProfileMediaConcurrency(channel: RoutingProfileChannel, concurrency: Int, crossChannelBehavior: RoutingProfileCrossChannelBehavior? = null)