RoutingProfileQueueConfigArgs

data class RoutingProfileQueueConfigArgs(val delay: Output<Int>, val priority: Output<Int>, val queueReference: Output<RoutingProfileQueueReferenceArgs>) : ConvertibleToJava<RoutingProfileQueueConfigArgs>

Contains information about the queue and channel for which priority and delay can be set.

Constructors

Link copied to clipboard
constructor(delay: Output<Int>, priority: Output<Int>, queueReference: Output<RoutingProfileQueueReferenceArgs>)

Properties

Link copied to clipboard
val delay: Output<Int>

The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide .

Link copied to clipboard
val priority: Output<Int>

The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay .

Link copied to clipboard

Contains information about a queue resource.

Functions

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