You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::RoutingProfileQueueConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingProfileQueueConfigSummary
- Defined in:
- (unknown)
Overview
Contains summary information about a routing profile queue.
Instance Attribute Summary collapse
-
#channel ⇒ String
The channels this queue supports.
-
#delay ⇒ Integer
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.
-
#priority ⇒ Integer
The order in which contacts are to be handled for the queue.
-
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
-
#queue_id ⇒ String
The identifier of the queue.
-
#queue_name ⇒ String
The name of the queue.
Instance Attribute Details
#channel ⇒ String
The channels this queue supports.
Possible values:
- VOICE
- CHAT
#delay ⇒ Integer
The delay, in seconds, that 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.
#priority ⇒ Integer
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
#queue_id ⇒ String
The identifier of the queue.
#queue_name ⇒ String
The name of the queue.