AWSConnectAgentInfo

Objective-C

@interface AWSConnectAgentInfo

Swift

class AWSConnectAgentInfo

Information about the agent who accepted the contact.

  • Agent pause duration for a contact in seconds.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable agentPauseDurationInSeconds;

    Swift

    var agentPauseDurationInSeconds: NSNumber? { get set }
  • 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 }