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 }
  • arn

    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. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, 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 }