AWSConnectRoutingProfileQueueReference
Objective-C
@interface AWSConnectRoutingProfileQueueReference
Swift
class AWSConnectRoutingProfileQueueReference
Contains the channel and queue identifier for a routing profile.
Required parameters: [QueueId, Channel]
-
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Declaration
Objective-C
@property (nonatomic) AWSConnectChannel channel;
Swift
var channel: AWSConnectChannel { get set }
-
The identifier for the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueId;
Swift
var queueId: String? { get set }