class Aws::LexModelBuildingService::Types::DeleteBotChannelAssociationRequest

@note When making an API call, you may pass DeleteBotChannelAssociationRequest

data as a hash:

    {
      name: "BotChannelName", # required
      bot_name: "BotName", # required
      bot_alias: "AliasName", # required
    }

@!attribute [rw] name

The name of the association. The name is case sensitive.
@return [String]

@!attribute [rw] bot_name

The name of the Amazon Lex bot.
@return [String]

@!attribute [rw] bot_alias

An alias that points to the specific version of the Amazon Lex bot
to which this association is being made.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/DeleteBotChannelAssociationRequest AWS API Documentation

Constants

SENSITIVE