RoutingProfileQueueConfigsAssociated

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channel: String? = null

Specifies the channels that agents can handle in the Contact Control Panel (CCP). Valid values are VOICE, CHAT, TASK.

Link copied to clipboard
val delay: Int? = null

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
val priority: Int? = null

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
val queueId: String? = null

Specifies the identifier for the queue.

Link copied to clipboard
val queueName: String? = null

Name for the queue.