Method: Aws::LexModelsV2::Types::BatchDeleteCustomVocabularyItemRequest#bot_version
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#bot_version ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
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 |