AWSConnectReference
Objective-C
@interface AWSConnectReference
Swift
class AWSConnectReference
A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes across all references for a contact.
Required parameters: [Value, Type]
-
A valid URL.
Declaration
Objective-C
@property (nonatomic) AWSConnectReferenceType types;
Swift
var types: AWSConnectReferenceType { get set }
-
A formatted URL that displays to an agent in the Contact Control Panel (CCP)
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }