⚠️ Internal: This API is not publically exported by the package.
SessionToItemsWithContext: {
    contextItems: ContextItem[];
    interactions?: Interaction[];
    ratings?: Rating[];
    sessionId?: string;
    userId?: string;
    userProperties?: KeyValuePairs;
}

Type declaration