Values.RecommendationFeedbackSummarySourceInformation about recommendation feedback summaries.
type nonrec t = {recommendationId : RecommendationId.t option;The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
*)reactions : Reactions.t option;List for storing reactions. Reactions are utf-8 text code for emojis.
*)userId : UserId.t option;The ID of the user that gave the feedback. The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of RecommendationId.t ])
list ]