Values.UpdateLeadContextSourceUpdates the context information for a lead with qualification status, customer details, and interaction data.
type nonrec t = {qualificationStatus : LeadQualificationStatus.t option;The updated qualification status of the lead.
*)customer : LeadCustomer.t;Updated customer information associated with the lead.
*)interaction : LeadInteraction.t option;Updated interaction details for the lead context.
*)}val make :
?qualificationStatus:??? ->
?interaction:??? ->
customer:LeadCustomer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of LeadQualificationStatus.t
| `Structure of
(string
* [> `Enum of string
| `String of CompanyName.t
| `Structure of
(string
* [> `Enum of string
| `String of AddressSummaryCityString.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]