You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetBotChannelAssociationRequest 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
-
#bot_alias ⇒ String
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
-
#bot_name ⇒ String
The name of the Amazon Lex bot.
-
#name ⇒ String
The name of the association between the bot and the channel.
Instance Attribute Details
#bot_alias ⇒ String
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
#bot_name ⇒ String
The name of the Amazon Lex bot.
#name ⇒ String
The name of the association between the bot and the channel. The name is case sensitive.