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

GetBotAliasesResponse

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

§Properties

§
BotAliases?: BotAliasMetadata[] | null
[src]

An array of BotAliasMetadata objects, each describing a bot alias.

§
nextToken?: string | null
[src]

A pagination token for fetching next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.