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

ListExperienceEntitiesResponse

import type { ListExperienceEntitiesResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListExperienceEntitiesResponse {
NextToken?: string | null;
SummaryItems?: ExperienceEntitiesSummary[] | 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 users or groups.

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

An array of summary information for one or more users or groups.