AWSConnectContactSearchSummaryQueueInfo
Objective-C
@interface AWSConnectContactSearchSummaryQueueInfo
Swift
class AWSConnectContactSearchSummaryQueueInfo
If this contact was queued, this contains information about the queue.
-
The timestamp when the contact was added to the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable enqueueTimestamp;
Swift
var enqueueTimestamp: Date? { get set }
-
The unique identifier for the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }