Class: Aws::LexModelBuildingService::Types::DeleteBotChannelAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteBotChannelAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias ⇒ String
An alias that points 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.
Instance Attribute Details
#bot_alias ⇒ String
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761 class DeleteBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The name of the Amazon Lex bot.
761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761 class DeleteBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the association. The name is case sensitive.
761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761 class DeleteBotChannelAssociationRequest < Struct.new( :name, :bot_name, :bot_alias) SENSITIVE = [] include Aws::Structure end |