Class: Aws::LexModelsV2::Types::CreateBotVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CreateBotVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot to create the version for.
-
#bot_version_locale_specification ⇒ Hash<String,Types::BotVersionLocaleDetails>
Specifies the locales that Amazon Lex adds to this version.
-
#description ⇒ String
A description of the version.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot to create the version for.
3800 3801 3802 3803 3804 3805 3806 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3800 class CreateBotVersionRequest < Struct.new( :bot_id, :description, :bot_version_locale_specification) SENSITIVE = [] include Aws::Structure end |
#bot_version_locale_specification ⇒ Hash<String,Types::BotVersionLocaleDetails>
Specifies the locales that Amazon Lex adds to this version. You can choose the ‘Draft` version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
3800 3801 3802 3803 3804 3805 3806 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3800 class CreateBotVersionRequest < Struct.new( :bot_id, :description, :bot_version_locale_specification) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the version. Use the description to help identify the version in lists.
3800 3801 3802 3803 3804 3805 3806 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3800 class CreateBotVersionRequest < Struct.new( :bot_id, :description, :bot_version_locale_specification) SENSITIVE = [] include Aws::Structure end |