ListBotsResponseCopyimport type { ListBotsResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";interface ListBotsResponse {botSummaries?: BotSummary[] | null;nextToken?: string | null;}§Properties§botSummaries?: BotSummary[] | null[src]§nextToken?: string | null[src]