Values_0.AssociatedContactSummarySourceContact summary of a contact in contact tree associated with unique identifier.
type nonrec t = {contactId : ContactId.t option;The identifier of the contact in this instance of Amazon Connect.
*)contactArn : ARN.t option;The Amazon Resource Name (ARN) of the contact
*)initiationTimestamp : Timestamp.t option;The date and time this contact was initiated, in UTC time.
*)disconnectTimestamp : Timestamp.t option;The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.
*)initialContactId : ContactId.t option;If this contact is related to other contacts, this is the ID of the initial contact.
*)previousContactId : ContactId.t option;If this contact is not the first contact, this is the ID of the previous contact.
*)initiationMethod : ContactInitiationMethod.t option;Indicates how the contact was initiated.
*)channel : Channel.t option;How the contact reached your contact center.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ContactId.t
| `Timestamp of Timestamp.t ])
list ]