Method: Aws::LexModelsV2::Types::CreateBotLocaleRequest#bot_version

Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

#bot_versionString

The version of the bot to create the locale for. This can only be the draft version of the bot.

Returns:



3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3547

class CreateBotLocaleRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :description,
  :nlu_intent_confidence_threshold,
  :voice_settings,
  :unified_speech_settings,
  :speech_recognition_settings,
  :generative_ai_settings,
  :speech_detection_sensitivity)
  SENSITIVE = []
  include Aws::Structure
end