Get Queue Result
data class GetQueueResult(val arn: String, val description: String, val hoursOfOperationId: String, val id: String, val instanceId: String, val maxContacts: Int, val name: String, val outboundCallerConfigs: List<GetQueueOutboundCallerConfig>, val queueId: String, val status: String, val tags: Map<String, String>)
A collection of values returned by getQueue.
Constructors
Properties
Link copied to clipboard
Description of the Queue.
Link copied to clipboard
Specifies the identifier of the Hours of Operation.
Link copied to clipboard
Link copied to clipboard
Maximum number of contacts that can be in the queue before it is considered full. Minimum value of 0.
Link copied to clipboard
A block that defines the outbound caller ID name, number, and outbound whisper flow. The Outbound Caller Config block is documented below.