class Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest

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

data as a hash:

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

@!attribute [rw] name

The name of the association between the bot and the channel. 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 pointing 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/GetBotChannelAssociationRequest AWS API Documentation

Constants

SENSITIVE