interface RecommendationListOptions {
    id?: string;
    numberOfRecommendations?: number;
}

Properties

id?: string

The Recommendation identifier used by the Coveo platform to retrieve recommended documents.

Recommendation

numberOfRecommendations?: number

The number of recommendations to return.