RoutingProfileQueueConfig

data class RoutingProfileQueueConfig(val channel: String, val delay: Int, val priority: Int, val queueArn: String? = null, val queueId: String, val queueName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the 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

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

Link copied to clipboard

Specifies the order in which contacts are to be handled for the queue.

Link copied to clipboard
val queueArn: String? = null

ARN for the queue.

Link copied to clipboard

Specifies the identifier for the queue.

Link copied to clipboard
val queueName: String? = null

Name for the queue.