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

GetBotVersionsRequest

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

§Properties

§
maxResults?: number | null
[src]

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

§
name: string
[src]

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

§
nextToken?: string | null
[src]

A pagination token for fetching the next page of bot 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.