Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113 class GetBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The name of the Amazon Lex bot.
1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113 class GetBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the association between the bot and the channel. The name is case sensitive.
1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113 class GetBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |