Class: Aws::LexModelsV2::Types::DescribeBotResourceGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotResourceGenerationResponse
- 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 item was generated.
-
#failure_reasons ⇒ Array<String>
A list of reasons why the generation of bot resources through natural language description failed.
-
#generated_bot_locale_url ⇒ String
The Amazon S3 location of the generated bot locale configuration.
-
#generation_id ⇒ String
The generation ID for which to return the generation details.
-
#generation_input_prompt ⇒ String
The prompt used in the generation request.
-
#generation_status ⇒ String
The status of the generation request.
-
#last_updated_date_time ⇒ Time
The date and time at which the generated item was updated.
-
#locale_id ⇒ String
The locale of the bot for which the generation request was made.
-
#model_arn ⇒ String
The ARN of the model used to generate the bot resources.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot for which the generation request was made.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot for which the generation request was made.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time at which the item was generated.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
A list of reasons why the generation of bot resources through natural language description failed.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#generated_bot_locale_url ⇒ String
The Amazon S3 location of the generated bot locale configuration.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_id ⇒ String
The generation ID for which to return the generation details.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_input_prompt ⇒ String
The prompt used in the generation request.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_status ⇒ String
The status of the generation request.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time at which the generated item was updated.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale of the bot for which the generation request was made.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The ARN of the model used to generate the bot resources.
6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6099 class DescribeBotResourceGenerationResponse < Struct.new( :bot_id, :bot_version, :locale_id, :generation_id, :failure_reasons, :generation_status, :generation_input_prompt, :generated_bot_locale_url, :creation_date_time, :model_arn, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |