Routing Profile Queue Config Args
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
fun RoutingProfileQueueConfigArgs(delay: Output<Int>, priority: Output<Int>, queueReference: Output<RoutingProfileQueueReferenceArgs>)