Values_0.ContactSearchSummaryAgentInfoSourceInformation about the agent who accepted the contact.
type nonrec t = {id : AgentResourceId.t option;The identifier of the agent who accepted the contact.
*)connectedToAgentTimestamp : string option;The timestamp when the contact was connected to the agent.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AgentResourceId.t | `Timestamp of string ]) list ]