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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_versionString

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

Returns:

  • (String)


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_timeTime

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

Returns:

  • (Time)


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_idString

The unique identifier of the generation request.

Returns:

  • (String)


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_promptString

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

Returns:

  • (String)


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_statusString

The status of the generation request.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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