AWSConnectDimensions
Objective-C
@interface AWSConnectDimensions
Swift
class AWSConnectDimensions
Contains information about the dimensions for a set of metrics.
-
The channel used for grouping and filters.
Declaration
Objective-C
@property (nonatomic) AWSConnectChannel channel;
Swift
var channel: AWSConnectChannel { get set }
-
Information about the queue for which metrics are returned.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectQueueReference *_Nullable queue;
Swift
var queue: AWSConnectQueueReference? { get set }
-
Information about the routing profile assigned to the user.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectRoutingProfileReference *_Nullable routingProfile;
Swift
var routingProfile: AWSConnectRoutingProfileReference? { get set }
-
The expression of a step in a routing criteria.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routingStepExpression;
Swift
var routingStepExpression: String? { get set }