Class: Aws::LexModelsV2::Types::StartBotResourceGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::StartBotResourceGenerationResponse
- 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 the generation request was made.
-
#bot_version ⇒ String
The version of the bot for which the generation request was made.
-
#creation_date_time ⇒ Time
The date and time at which the generation request was made.
-
#generation_id ⇒ String
The unique identifier of the generation request.
-
#generation_input_prompt ⇒ String
The prompt that was used generate intents and slot types for the bot locale.
-
#generation_status ⇒ String
The status of the generation request.
-
#locale_id ⇒ String
The locale of the bot for which the generation request was made.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot for which the generation request was made.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot for which the generation request was made.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time at which the generation request was made.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_id ⇒ String
The unique identifier of the generation request.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_input_prompt ⇒ String
The prompt that was used generate intents and slot types for the bot locale.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_status ⇒ String
The status of the generation request.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale of the bot for which the generation request was made.
13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13031 class StartBotResourceGenerationResponse < Struct.new( :generation_input_prompt, :generation_id, :bot_id, :bot_version, :locale_id, :generation_status, :creation_date_time) SENSITIVE = [] include Aws::Structure end |