You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::DeleteBotChannelAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteBotChannelAssociationRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

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

Returns:

  • (String)

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

#bot_nameString

The name of the Amazon Lex bot.

Returns:

  • (String)

    The name of the Amazon Lex bot.

#nameString

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

Returns:

  • (String)

    The name of the association.