Class: Aws::LexModelBuildingService::Types::BotChannelAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BotChannelAssociation
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Represents an association between an Amazon Lex bot and an external messaging platform.
Constant Summary collapse
- SENSITIVE =
[:bot_configuration]
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 necessary to communicate with the messaging platform.
-
#bot_name ⇒ String
The name of the Amazon Lex bot to which this association is being made.
-
#created_date ⇒ Time
The date that the association between the Amazon Lex bot and the channel was created.
-
#description ⇒ String
A text description of the association you are creating.
-
#failure_reason ⇒ String
If
status
isFAILED
, Amazon Lex provides the reason that it failed to create the association. -
#name ⇒ String
The name of the association between the bot and the channel.
-
#status ⇒ String
The status of the bot channel.
-
#type ⇒ String
Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external 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.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#bot_configuration ⇒ Hash<String,String>
Provides information necessary to communicate with the messaging platform.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#bot_name ⇒ String
The name of the Amazon Lex bot to which this association is being made.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#created_date ⇒ Time
The date that the association between the Amazon Lex bot and the channel was created.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#description ⇒ String
A text description of the association you are creating.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#failure_reason ⇒ String
If status
is FAILED
, Amazon Lex provides the reason that it
failed to create the association.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#name ⇒ String
The name of the association between the bot and the channel.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#status ⇒ String
The status of the bot channel.
CREATED
- The channel has been created and is ready for use.IN_PROGRESS
- Channel creation is in progress.FAILED
- There was an error creating the channel. For information about the reason for the failure, see thefailureReason
field.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |
#type ⇒ String
Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 153 class BotChannelAssociation < Struct.new( :name, :description, :bot_alias, :bot_name, :created_date, :type, :bot_configuration, :status, :failure_reason) SENSITIVE = [:bot_configuration] include Aws::Structure end |