AWSConnectContactSearchSummary
Objective-C
@interface AWSConnectContactSearchSummary
Swift
class AWSConnectContactSearchSummary
Information of returned contact.
-
Information about the agent who accepted the contact.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectContactSearchSummaryAgentInfo *_Nullable agentInfo;Swift
var agentInfo: AWSConnectContactSearchSummaryAgentInfo? { get set } -
The Amazon Resource Name (ARN) of the contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
How the contact reached your contact center.
Declaration
Objective-C
@property (nonatomic) AWSConnectChannel channel;Swift
var channel: AWSConnectChannel { get set } -
The timestamp when the customer endpoint disconnected from Amazon Connect.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable disconnectTimestamp;Swift
var disconnectTimestamp: Date? { get set } -
The identifier of the contact summary.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
If this contact is related to other contacts, this is the ID of the initial contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable initialContactId;Swift
var initialContactId: String? { get set } -
Indicates how the contact was initiated.
Declaration
Objective-C
@property (nonatomic) AWSConnectContactInitiationMethod initiationMethod;Swift
var initiationMethod: AWSConnectContactInitiationMethod { get set } -
The date and time this contact was initiated, in UTC time. For
INBOUND, this is when the contact arrived. ForOUTBOUND, this is when the agent began dialing. ForCALLBACK, this is when the callback contact was created. ForTRANSFERandQUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. ForEXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. ForMONITOR, this is when the supervisor started listening to a contact.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable initiationTimestamp;Swift
var initiationTimestamp: Date? { get set } -
If this contact is not the first contact, this is the ID of the previous contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable previousContactId;Swift
var previousContactId: String? { get set } -
If this contact was queued, this contains information about the queue.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectContactSearchSummaryQueueInfo *_Nullable queueInfo;Swift
var queueInfo: AWSConnectContactSearchSummaryQueueInfo? { get set } -
The timestamp, in Unix epoch time format, at which to start running the inbound flow.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable scheduledTimestamp;Swift
var scheduledTimestamp: Date? { get set }
View on GitHub
Install in Dash
AWSConnectContactSearchSummary Class Reference