Method: Aws::LexModelsV2::Types::BatchDeleteCustomVocabularyItemRequest#bot_version

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

#bot_versionString

The identifier of the version of the bot associated with this custom vocabulary.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1713

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