AWSConnectRealTimeContactAnalysisAttachment

Objective-C

@interface AWSConnectRealTimeContactAnalysisAttachment

Swift

class AWSConnectRealTimeContactAnalysisAttachment

Object that describes attached file.

Required parameters: [AttachmentName, AttachmentId]

  • A unique identifier for the attachment.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable attachmentId;

    Swift

    var attachmentId: String? { get set }
  • A case-sensitive name of the attachment being uploaded. Can be redacted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable attachmentName;

    Swift

    var attachmentName: String? { get set }
  • Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contentType;

    Swift

    var contentType: String? { get set }
  • Status of the attachment.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectArtifactStatus status;

    Swift

    var status: AWSConnectArtifactStatus { get set }