Values.RecommendationDataSourceInformation about the recommendation.
type nonrec t = {document : Document.t option;The recommended document.
*)recommendationId : String_.t option;The identifier of the recommendation.
*)relevanceLevel : RelevanceLevel.t option;The relevance level of the recommendation.
*)relevanceScore : RelevanceScore.t option;The relevance score of the recommendation.
*)type_ : RecommendationType.t option;The type of recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RelevanceScore.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Integer of HighlightOffset.t ])
list ]
list
| `String of Arn.t ])
list ])
list ])
list ]