Values.PutFeedbackRequestSourceCollects customer feedback about the specified insight.
type nonrec t = {insightFeedback : InsightFeedback.t option;The feedback from customers is about the recommendations in this insight.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of InsightId.t ]) list ])
list ]