Recommendation Data Item
data class RecommendationDataItem(var corpusItemId: String, var scheduledCorpusItemId: String? = null, var url: String, var title: String, var excerpt: String, var topic: String? = null, var publisher: String, var isTimeSensitive: Boolean, var imageUrl: String, var iconUrl: String?, var tileId: Long? = null, var receivedRank: Long)
A single curated recommendation item.
Properties
Link copied to clipboard
Unique identifier for the corpus item.
Link copied to clipboard
Whether the recommendation is time-sensitive (e.g. breaking news).
Link copied to clipboard
The position rank at which this item was received from the server.
Link copied to clipboard
Unique identifier for the scheduled corpus item.