You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::PutBotAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::PutBotAliasResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot that the alias points to.
-
#bot_version ⇒ String
The version of the bot that the alias points to.
-
#checksum ⇒ String
The checksum for the current version of the alias.
-
#conversation_logs ⇒ Types::ConversationLogsResponse
The 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 alias.
-
#last_updated_date ⇒ Time
The date that the bot alias was updated.
-
#name ⇒ String
The name of the alias.
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with a bot.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot that the alias points to.
#bot_version ⇒ String
The version of the bot that the alias points to.
#checksum ⇒ String
The checksum for the current version of the alias.
#conversation_logs ⇒ Types::ConversationLogsResponse
The 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 alias.
#last_updated_date ⇒ Time
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
#name ⇒ String
The name of the alias.
#tags ⇒ Array<Types::Tag>
A list of tags associated with a bot.