| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateCustomVocabularyItemResponse |
LexModelsV2Client.batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)
Batch create custom vocabulary item for the specified locale in the specified bot.
|
default CompletableFuture<BatchCreateCustomVocabularyItemResponse> |
LexModelsV2AsyncClient.batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)
Batch create custom vocabulary item for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.botId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.botVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
|
static BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.builder() |
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Consumer<NewCustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.localeId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateCustomVocabularyItemRequest.Builder> |
BatchCreateCustomVocabularyItemRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.