AWSConnectAgentHierarchyGroups
Objective-C
@interface AWSConnectAgentHierarchyGroups
                Swift
class AWSConnectAgentHierarchyGroups
                A structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
- 
                  
                  
The identifiers for level 1 hierarchy groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable l1Ids;Swift
var l1Ids: [String]? { get set } - 
                  
                  
The identifiers for level 2 hierarchy groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable l2Ids;Swift
var l2Ids: [String]? { get set } - 
                  
                  
The identifiers for level 3 hierarchy groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable l3Ids;Swift
var l3Ids: [String]? { get set } - 
                  
                  
The identifiers for level 4 hierarchy groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable l4Ids;Swift
var l4Ids: [String]? { get set } - 
                  
                  
The identifiers for level 5 hierarchy groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable l5Ids;Swift
var l5Ids: [String]? { get set } 
View on GitHub
Install in Dash
        AWSConnectAgentHierarchyGroups Class Reference