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

GetIntentVersionsResponse

import type { GetIntentVersionsResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetIntentVersionsResponse {
intents?: IntentMetadata[] | null;
nextToken?: string | null;
}

§Properties

§
intents?: IntentMetadata[] | null
[src]

An array of IntentMetadata objects, one for each numbered version of the intent plus one for the $LATEST version.

§
nextToken?: string | null
[src]

A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.