Values_2.RealTimeContactAnalysisSegmentAttachmentsSourceSegment containing list of attachments.
type nonrec t = {id : RealTimeContactAnalysisId256.t option;The identifier of the segment.
*)participantId : Values_0.ParticipantId.t option;The identifier of the participant.
*)participantRole : Values_0.ParticipantRole.t option;The role of the participant. For example, is it a customer, agent, or system.
*)displayName : Values_0.DisplayName.t option;The display name of the participant. Can be redacted.
*)attachments : RealTimeContactAnalysisAttachments.t option;List of objects describing an individual attachment.
*)time : RealTimeContactAnalysisTimeData.t option;Field describing the time of the event. It can have different representations of time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.AttachmentName.t ])
list ]
list
| `String of RealTimeContactAnalysisId256.t
| `Structure of
(string * [> `Timestamp of RealTimeContactAnalysisTimeInstant.t ])
list ])
list ]