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

GetBotVersionsResponse

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

§Properties

§
bots?: BotMetadata[] | null
[src]

An array of BotMetadata objects, one for each numbered version of the bot plus one for the $LATEST version.

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