AWSConnectRoutingProfile
Objective-C
@interface AWSConnectRoutingProfile
Swift
class AWSConnectRoutingProfile
Contains information about a routing profile.
-
The identifier of the default outbound queue for this routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultOutboundQueueId;
Swift
var defaultOutboundQueueId: String? { get set }
-
The description of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The identifier of the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectMediaConcurrency *> *_Nullable mediaConcurrencies;
Swift
var mediaConcurrencies: [AWSConnectMediaConcurrency]? { get set }
-
The name of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The Amazon Resource Name (ARN) of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routingProfileArn;
Swift
var routingProfileArn: String? { get set }
-
The identifier of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routingProfileId;
Swift
var routingProfileId: String? { get set }
-
One or more tags.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }