| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateCustomVocabularyItemResponse |
LexModelsV2Client.batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchCreateCustomVocabularyItemResponse |
LexModelsV2Client.batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchCreateCustomVocabularyItemResponse> |
LexModelsV2AsyncClient.batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default CompletableFuture<BatchCreateCustomVocabularyItemResponse> |
LexModelsV2AsyncClient.batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
Copyright © 2023. All rights reserved.