Class: Aws::LexModelsV2::Types::BatchUpdateCustomVocabularyItemResponse

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)


1829
1830
1831
1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1829

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

#bot_versionString

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

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1829

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

#errorsArray<Types::FailedCustomVocabularyItem>

A list of custom vocabulary items that failed to update during the operation. The reason for the error is contained within each error object.



1829
1830
1831
1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1829

class BatchUpdateCustomVocabularyItemResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :errors,
  :resources)
  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)


1829
1830
1831
1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1829

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

#resourcesArray<Types::CustomVocabularyItem>

A list of custom vocabulary items that were successfully updated during the operation.

Returns:



1829
1830
1831
1832
1833
1834
1835
1836
1837
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1829

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