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)


13095
13096
13097
13098
13099
13100
13101
13102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13095

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)


13095
13096
13097
13098
13099
13100
13101
13102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13095

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)


13095
13096
13097
13098
13099
13100
13101
13102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13095

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)


13095
13096
13097
13098
13099
13100
13101
13102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13095

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