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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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.
6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6070 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 |