AWSConnectRoutingProfileQueueConfig
Objective-C
@interface AWSConnectRoutingProfileQueueConfig
Swift
class AWSConnectRoutingProfileQueueConfig
Contains information about the queue and channel for which priority and delay can be set.
Required parameters: [QueueReference, Priority, Delay]
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable delay;
Swift
var delay: NSNumber? { get set }
-
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable priority;
Swift
var priority: NSNumber? { get set }
-
Contains information about a queue resource.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectRoutingProfileQueueReference *_Nullable queueReference;
Swift
var queueReference: AWSConnectRoutingProfileQueueReference? { get set }