Class: Aws::LexModelsV2::Types::DescribeBotResourceGenerationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotResourceGenerationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot for which to return the generation details.
-
#bot_version ⇒ String
The version of the bot for which to return the generation details.
-
#generation_id ⇒ String
The unique identifier of the generation request for which to return the generation details.
-
#locale_id ⇒ String
The locale of the bot for which to return the generation details.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot for which to return the generation details.
6013 6014 6015 6016 6017 6018 6019 6020 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6013 class DescribeBotResourceGenerationRequest < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot for which to return the generation details.
6013 6014 6015 6016 6017 6018 6019 6020 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6013 class DescribeBotResourceGenerationRequest < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id) SENSITIVE = [] include Aws::Structure end |
#generation_id ⇒ String
The unique identifier of the generation request for which to return the generation details.
6013 6014 6015 6016 6017 6018 6019 6020 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6013 class DescribeBotResourceGenerationRequest < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale of the bot for which to return the generation details.
6013 6014 6015 6016 6017 6018 6019 6020 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6013 class DescribeBotResourceGenerationRequest < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id) SENSITIVE = [] include Aws::Structure end |