Curated Recommendations Request
data class CuratedRecommendationsRequest(var locale: CuratedRecommendationLocale, var region: String? = null, var count: Int? = 100, var topics: List<String>? = null, var feeds: List<String>? = null, var sections: List<SectionSettings>? = null, var experimentName: String? = null, var experimentBranch: String? = null, var enableInterestPicker: Boolean = false)
Parameters for requesting curated recommendations from the Merino API.
Properties
Link copied to clipboard
Whether to include the interest picker in the response.
Link copied to clipboard
Optional experiment branch for server-side A/B testing.
Link copied to clipboard
Optional experiment name for server-side A/B testing.
Link copied to clipboard
The locale to use when selecting recommendations.
Link copied to clipboard
Optional per-section follow/block preferences.