GetRoutingProfileQueueConfig

data class GetRoutingProfileQueueConfig(val channel: String, val delay: Int, val priority: Int, val queueArn: String, val queueId: String, val queueName: String)

Constructors

Link copied to clipboard
constructor(channel: String, delay: Int, priority: Int, queueArn: String, queueId: String, queueName: String)

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
val delay: Int

Delay, in seconds, that a contact should be in the queue before they are routed to an available agent

Link copied to clipboard

Order in which contacts are to be handled for the queue.

Link copied to clipboard

ARN for the queue.

Link copied to clipboard

Identifier for the queue.

Link copied to clipboard

Name for the queue.