Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotChannelAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
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_configuration ⇒ Hash<String,String>
Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
-
#bot_name ⇒ String
The name of the Amazon Lex bot.
-
#created_date ⇒ Time
The date that the association between the bot and the channel was created.
-
#description ⇒ String
A description of the association between the bot and the channel.
-
#name ⇒ String
The name of the association between the bot and the channel.
-
#type ⇒ String
The type of the messaging platform.
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.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#bot_configuration ⇒ Hash<String,String>
Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#bot_name ⇒ String
The name of the Amazon Lex bot.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#created_date ⇒ Time
The date that the association between the bot and the channel was created.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#description ⇒ String
A description of the association between the bot and the channel.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#name ⇒ String
The name of the association between the bot and the channel.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |
#type ⇒ String
The type of the messaging platform.
1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1118 class GetBotChannelAssociationResponse < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration) include Aws::Structure end |