Values_2.RealTimeContactAnalysisAttachmentSourceObject that describes attached file.
type nonrec t = {attachmentName : Values_0.AttachmentName.t option;A case-sensitive name of the attachment being uploaded. Can be redacted.
*)contentType : Values_0.ContentType.t option;Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
*)attachmentId : Values_0.ArtifactId.t option;A unique identifier for the attachment.
*)status : Values_0.ArtifactStatus.t option;Status of the attachment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.AttachmentName.t ])
list ]