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

GetBotChannelAssociationsResponse

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

§Properties

§
botChannelAssociations?: BotChannelAssociation[] | null
[src]

An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.

§
nextToken?: string | null
[src]

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