Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchUpdateCustomVocabularyItemResponse
-
Packages that use BatchUpdateCustomVocabularyItemResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of BatchUpdateCustomVocabularyItemResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return BatchUpdateCustomVocabularyItemResponse Modifier and Type Method Description default BatchUpdateCustomVocabularyItemResponseLexModelsV2Client. batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchUpdateCustomVocabularyItemResponseLexModelsV2Client. batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type BatchUpdateCustomVocabularyItemResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.default CompletableFuture<BatchUpdateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
-