AWSConnectAttributeCondition
Objective-C
@interface AWSConnectAttributeCondition
Swift
class AWSConnectAttributeCondition
An object to specify the predefined attribute condition.
-
The operator of the condition.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable comparisonOperator;
Swift
var comparisonOperator: String? { get set }
-
An object to define
AgentsCriteria
.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectMatchCriteria *_Nullable matchCriteria;
Swift
var matchCriteria: AWSConnectMatchCriteria? { get set }
-
The name of predefined attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The proficiency level of the condition.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable proficiencyLevel;
Swift
var proficiencyLevel: NSNumber? { get set }
-
The value of predefined attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }