RecommendResponse
Represents an answer containing found/recommended articles.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| referenceKey | True | String | Unique identifier of the recommendation |
| articles | True | List[RecommendArticle] | The recommended articles. |
| duplicates | False | List[ArticleDuplicate] | Any duplicates for the recommended articles. |