Class: Aws::LexModelBuildingService::Types::BotAliasMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BotAliasMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a bot alias.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot to which the alias points.
-
#bot_version ⇒ String
The version of the Amazon Lex bot to which the alias points.
-
#checksum ⇒ String
Checksum of the bot alias.
-
#conversation_logs ⇒ Types::ConversationLogsResponse
Settings that determine how Amazon Lex uses conversation logs for the alias.
-
#created_date ⇒ Time
The date that the bot alias was created.
-
#description ⇒ String
A description of the bot alias.
-
#last_updated_date ⇒ Time
The date that the bot alias was updated.
-
#name ⇒ String
The name of the bot alias.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot to which the alias points.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the Amazon Lex bot to which the alias points.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#checksum ⇒ String
Checksum of the bot alias.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#conversation_logs ⇒ Types::ConversationLogsResponse
Settings that determine how Amazon Lex uses conversation logs for the alias.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date that the bot alias was created.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the bot alias.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bot alias.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum, :conversation_logs) SENSITIVE = [] include Aws::Structure end |