Method: Aws::LexModelsV2::Types::GenerateBotElementRequest#bot_version

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

#bot_versionString

The bot version for the bot request to generate utterances.

Returns:

  • (String)


7859
7860
7861
7862
7863
7864
7865
7866
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7859

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