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

ListFaqsRequest

import type { ListFaqsRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListFaqsRequest {
IndexId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
IndexId: string
[src]

The index that contains the FAQ lists.

§
MaxResults?: number | null
[src]

The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.