⚠️ Internal: This API is not publically exported by the package.
GetSessionBasedRecommendationsParam: OptimizedInputProperties & {
    getSessionBasedItemRecommendationsOptions?: Omit<GetSessionBasedItemRecommendationsInput, "userId" | "sessionId" | "ratings">;
    sessionId: Required<NonNullable<OptimizedInputProperties["sessionId"]>>;
}

Type declaration