AWSConnectUserProficiency
Objective-C
@interface AWSConnectUserProficiency
Swift
class AWSConnectUserProficiency
Information about proficiency of a user.
Required parameters: [AttributeName, AttributeValue, Level]
-
The name of user’s proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;
Swift
var attributeName: String? { get set }
-
The value of user’s proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeValue;
Swift
var attributeValue: String? { get set }
-
The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable level;
Swift
var level: NSNumber? { get set }