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

GetBotChannelAssociationResponse

import type { GetBotChannelAssociationResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetBotChannelAssociationResponse {
botAlias?: string | null;
botConfiguration?: {
[key: string]: string | null | undefined;
}
| null;
botName?: string | null;
createdDate?: Date | number | null;
description?: string | null;
failureReason?: string | null;
name?: string | null;
status?: ChannelStatus | null;
type?: ChannelType | null;
}

§Properties

§
botAlias?: string | null
[src]

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

§
botConfiguration?: {
[key: string]: string | null | undefined;
}
| null
[src]

Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

§
botName?: string | null
[src]

The name of the Amazon Lex bot.

§
createdDate?: Date | number | null
[src]

The date that the association between the bot and the channel was created.

§
description?: string | null
[src]

A description of the association between the bot and the channel.

§
failureReason?: string | null
[src]

If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

§
name?: string | null
[src]

The name of the association between the bot and the channel.

§
status?: ChannelStatus | null
[src]

The status of the bot channel.

  • CREATED - The channel has been created and is ready for use.
  • IN_PROGRESS - Channel creation is in progress.
  • FAILED - There was an error creating the channel. For information about the reason for the failure, see the failureReason field.
§
type?: ChannelType | null
[src]

The type of the messaging platform.