GetRoutingProfileMediaConcurrency

data class GetRoutingProfileMediaConcurrency(val channel: String, val concurrency: Int)

Constructors

Link copied to clipboard
constructor(channel: String, concurrency: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are VOICE, CHAT, TASK.

Link copied to clipboard

Number of contacts an agent can have on a channel simultaneously. Valid Range for VOICE: Minimum value of 1. Maximum value of 1. Valid Range for CHAT: Minimum value of 1. Maximum value of 10. Valid Range for TASK: Minimum value of 1. Maximum value of 10.