@coveo/headless
    Preparing search index...

    Interface RecommendationListOptions

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

    Properties

    id?: string

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

    Recommendation

    numberOfRecommendations?: number

    The number of recommendations to return.