Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetRecommendationsResponse

import type { GetRecommendationsResponse } from "https://aws-api.deno.dev/v0.3/services/personalizeruntime.ts?docs=full";
interface GetRecommendationsResponse {
itemList?: PredictedItem[] | null;
recommendationId?: string | null;
}

§Properties

§
itemList?: PredictedItem[] | null
[src]

A list of recommendations sorted in descending order by prediction score. There can be a maximum of 500 items in the list.

§
recommendationId?: string | null
[src]

The ID of the recommendation.