Class: Aws::LexModelsV2::Types::StartBotResourceGenerationRequest

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 to generate intents and slot types.

Returns:

  • (String)


12917
12918
12919
12920
12921
12922
12923
12924
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12917

class StartBotResourceGenerationRequest < Struct.new(
  :generation_input_prompt,
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot for which to generate intents and slot types.

Returns:

  • (String)


12917
12918
12919
12920
12921
12922
12923
12924
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12917

class StartBotResourceGenerationRequest < Struct.new(
  :generation_input_prompt,
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#generation_input_promptString

The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.

Returns:

  • (String)


12917
12918
12919
12920
12921
12922
12923
12924
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12917

class StartBotResourceGenerationRequest < Struct.new(
  :generation_input_prompt,
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale of the bot for which to generate intents and slot types.

Returns:

  • (String)


12917
12918
12919
12920
12921
12922
12923
12924
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12917

class StartBotResourceGenerationRequest < Struct.new(
  :generation_input_prompt,
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end