Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchCreateCustomVocabularyItemResponse
-
Packages that use BatchCreateCustomVocabularyItemResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of BatchCreateCustomVocabularyItemResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return BatchCreateCustomVocabularyItemResponse Modifier and Type Method Description default BatchCreateCustomVocabularyItemResponseLexModelsV2Client. batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchCreateCustomVocabularyItemResponseLexModelsV2Client. batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)Create 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 BatchCreateCustomVocabularyItemResponse Modifier and Type Method Description default CompletableFuture<BatchCreateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.default CompletableFuture<BatchCreateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
-