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

ListExperiencesResponse

import type { ListExperiencesResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListExperiencesResponse {
NextToken?: string | null;
SummaryItems?: ExperiencesSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.

§
SummaryItems?: ExperiencesSummary[] | null
[src]

An array of summary information for one or more Amazon Kendra experiences.