Values_0.ChatMetricsSourceInformation about how agent, bot, and customer interact in a chat contact.
type nonrec t = {chatContactMetrics : ChatContactMetrics.t option;Information about the overall participant interactions at the contact level.
*)agentMetrics : ParticipantMetrics.t option;Information about agent interactions in a contact.
*)customerMetrics : ParticipantMetrics.t option;Information about customer interactions in a contact.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `Integer of Count.t
| `Long of DurationMillis.t
| `String of ParticipantId.t
| `Timestamp of string ])
list ])
list ]