Values_2.RealTimeContactAnalysisSegmentEventSourceSegment type describing a contact event.
type nonrec t = {id : RealTimeContactAnalysisId256.t option;The identifier of the contact event.
*)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.
*)eventType : RealTimeContactAnalysisEventType.t option;Type of the event. For example, application/vnd.amazonaws.connect.event.participant.left.
*)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
| `String of RealTimeContactAnalysisId256.t
| `Structure of
(string * [> `Timestamp of RealTimeContactAnalysisTimeInstant.t ])
list ])
list ]