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

DeleteBotChannelAssociationRequest

import type { DeleteBotChannelAssociationRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface DeleteBotChannelAssociationRequest {
botAlias: string;
botName: string;
name: string;
}

§Properties

§
botAlias: string
[src]

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

§
botName: string
[src]

The name of the Amazon Lex bot.

§
name: string
[src]

The name of the association. The name is case sensitive.