Values_0.QuickConnectContactDataSourceContact data associated with quick connect operations.
type nonrec t = {contactId : ContactId.t option;The contact ID for quick connect contact data.
*)initiationTimestamp : string option;Timestamp when the quick connect contact was initiated.
*)quickConnectId : QuickConnectId.t option;The quick connect ID.
*)quickConnectName : QuickConnectName.t option;The name of the quick connect.
*)quickConnectType : QuickConnectType.t option;The type of the quick connect.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ContactId.t | `Timestamp of string ])
list ]