Class: Aws::LexModelsV2::Types::StartBotResourceGenerationResponse

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)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_versionString

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

Returns:

  • (String)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_timeTime

The date and time at which the generation request was made.

Returns:

  • (Time)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_idString

The unique identifier of the generation request.

Returns:

  • (String)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_promptString

The prompt that was used generate intents and slot types for the bot locale.

Returns:

  • (String)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_statusString

The status of the generation request.

Returns:

  • (String)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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_idString

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

Returns:

  • (String)


12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12958

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