Class: Aws::LexModelsV2::Types::DescribeBotResourceGenerationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot for which the generation request was made.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_versionString

The version of the bot for which the generation request was made.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_timeTime

The date and time at which the item was generated.

Returns:

  • (Time)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_reasonsArray<String>

A list of reasons why the generation of bot resources through natural language description failed.

Returns:

  • (Array<String>)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_urlString

The Amazon S3 location of the generated bot locale configuration.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_idString

The generation ID for which to return the generation details.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_promptString

The prompt used in the generation request.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_statusString

The status of the generation request.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_timeTime

The date and time at which the generated item was updated.

Returns:

  • (Time)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_idString

The locale of the bot for which the generation request was made.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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_arnString

The ARN of the model used to generate the bot resources.

Returns:

  • (String)


5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5997

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