Get Queue Result
data class GetQueueResult(val description: String? = null, val hoursOfOperationArn: String? = null, val instanceArn: String? = null, val maxContacts: Int? = null, val name: String? = null, val outboundCallerConfig: QueueOutboundCallerConfig? = null, val queueArn: String? = null, val quickConnectArns: List<String>? = null, val status: QueueStatus? = null, val tags: List<Tag>? = null, val type: QueueType? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, hoursOfOperationArn: String? = null, instanceArn: String? = null, maxContacts: Int? = null, name: String? = null, outboundCallerConfig: QueueOutboundCallerConfig? = null, queueArn: String? = null, quickConnectArns: List<String>? = null, status: QueueStatus? = null, tags: List<Tag>? = null, type: QueueType? = null)
Properties
Link copied to clipboard
The description of the queue.
Link copied to clipboard
The identifier for the hours of operation.
Link copied to clipboard
The identifier of the Amazon Connect instance.
Link copied to clipboard
The maximum number of contacts that can be in the queue before it is considered full.
Link copied to clipboard
The outbound caller ID name, number, and outbound whisper flow.
Link copied to clipboard
The quick connects available to agents who are working the queue.
Link copied to clipboard
The status of the queue.