RoutingProfileQueueConfigArgs

data class RoutingProfileQueueConfigArgs(val channel: Output<String>, val delay: Output<Int>, val priority: Output<Int>, val queueArn: Output<String>? = null, val queueId: Output<String>, val queueName: Output<String>? = null) : ConvertibleToJava<RoutingProfileQueueConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val channel: Output<String>

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: Output<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
val priority: Output<Int>

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

Link copied to clipboard
val queueArn: Output<String>? = null

ARN for the queue.

Link copied to clipboard
val queueId: Output<String>

Specifies the identifier for the queue.

Link copied to clipboard
val queueName: Output<String>? = null

Name for the queue.

Functions

Link copied to clipboard
open override fun toJava(): RoutingProfileQueueConfigArgs