Values.ContactContentSourceAn object that represents a content of an Amazon Connect contact object.
type nonrec t = {contactArn : ContactArn.t option;A unique identifier of a contact in Amazon Connect.
*)channel : Channel.t option;A list of channels to filter on for related items of type Contact.
*)connectedToSystemTime : ConnectedToSystemTime.t option;The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ContactArn.t | `Timestamp of ConnectedToSystemTime.t ])
list ]