AWSConnectContactSearchSummaryAgentInfo
Objective-C
@interface AWSConnectContactSearchSummaryAgentInfo
                Swift
class AWSConnectContactSearchSummaryAgentInfo
                Information about the agent who accepted the contact.
- 
                  
                  
The timestamp when the contact was connected to the agent.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable connectedToAgentTimestamp;Swift
var connectedToAgentTimestamp: Date? { get set } - 
                  
                  
The identifier of the agent who accepted the contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } 
View on GitHub
Install in Dash
        AWSConnectContactSearchSummaryAgentInfo Class Reference