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

GetIntentVersionsRequest

import type { GetIntentVersionsRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetIntentVersionsRequest {
maxResults?: number | null;
name: string;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of intent versions to return in the response. The default is 10.

§
name: string
[src]

The name of the intent for which versions should be returned.

§
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.