AWSConnectRealTimeContactAnalysisSegmentAttachments
Objective-C
@interface AWSConnectRealTimeContactAnalysisSegmentAttachments
Swift
class AWSConnectRealTimeContactAnalysisSegmentAttachments
Segment containing list of attachments.
Required parameters: [Id, ParticipantId, ParticipantRole, Attachments, Time]
-
List of objects describing an individual attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealTimeContactAnalysisAttachment *> *_Nullable attachments;Swift
var attachments: [AWSConnectRealTimeContactAnalysisAttachment]? { get set } -
The display name of the participant. Can be redacted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable displayName;Swift
var displayName: String? { get set } -
The identifier of the segment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
The identifier of the participant.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantId;Swift
var participantId: String? { get set } -
The role of the participant. For example, is it a customer, agent, or system.
Declaration
Objective-C
@property (nonatomic) AWSConnectParticipantRole participantRole;Swift
var participantRole: AWSConnectParticipantRole { get set } -
Field describing the time of the event. It can have different representations of time.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectRealTimeContactAnalysisTimeData *_Nullable time;Swift
var time: AWSConnectRealTimeContactAnalysisTimeData? { get set }
View on GitHub
Install in Dash
AWSConnectRealTimeContactAnalysisSegmentAttachments Class Reference