Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchCreateCustomVocabularyItemRequest
-
Packages that use BatchCreateCustomVocabularyItemRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of BatchCreateCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type BatchCreateCustomVocabularyItemRequest Modifier and Type Method Description default CompletableFuture<BatchCreateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest 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. -
Uses of BatchCreateCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type BatchCreateCustomVocabularyItemRequest Modifier and Type Method Description SdkHttpFullRequestBatchCreateCustomVocabularyItemRequestMarshaller. marshall(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)
-