Values.InsightFeedbackSourceInformation about insight feedback received from a customer.
type nonrec t = {id : InsightId.t option;The insight feedback ID.
*)feedback : InsightFeedbackOption.t option;The feedback provided by the customer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InsightId.t ]) list ]