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

GetBotsResponse

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

§Properties

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

An array of botMetadata objects, with one entry for each bot.

§
nextToken?: string | null
[src]

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.