Class: Aws::LexModelsV2::Types::BatchCreateCustomVocabularyItemRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


1636
1637
1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1636

class BatchCreateCustomVocabularyItemRequest < 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)


1636
1637
1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1636

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

#custom_vocabulary_item_listArray<Types::NewCustomVocabularyItem>

A list of new custom vocabulary items. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight.

Returns:



1636
1637
1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1636

class BatchCreateCustomVocabularyItemRequest < 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 .

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1636

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