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

GetRecommendationsRequest

import type { GetRecommendationsRequest } from "https://aws-api.deno.dev/v0.3/services/wisdom.ts?docs=full";
interface GetRecommendationsRequest {
assistantId: string;
maxResults?: number | null;
sessionId: string;
waitTimeSeconds?: number | null;
}

§Properties

§
assistantId: string
[src]

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

§
maxResults?: number | null
[src]

The maximum number of results to return per page.

§
sessionId: string
[src]

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

§
waitTimeSeconds?: number | null
[src]

The duration (in seconds) for which the call waits for a recommendation to be made available before returning. If a recommendation is available, the call returns sooner than WaitTimeSeconds. If no messages are available and the wait time expires, the call returns successfully with an empty list.