Class: Aws::LexModelsV2::Types::BatchDeleteCustomVocabularyItemRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier 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

#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

#custom_vocabulary_item_listArray<Types::CustomVocabularyEntryId>

A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.

Returns:



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

#locale_idString

The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see [ Supported Languages ][1].

[1]: docs.aws.amazon.com/lexv2/latest/dg/how-languages.html

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