AWSConnectUserProficiencyDisassociate
Objective-C
@interface AWSConnectUserProficiencyDisassociate
Swift
class AWSConnectUserProficiencyDisassociate
Information about proficiency to be disassociated from the user.
Required parameters: [AttributeName, AttributeValue]
-
The name of user’s proficiency.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;
Swift
var attributeName: String? { get set }
-
The value of user’s proficiency.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeValue;
Swift
var attributeValue: String? { get set }