| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and 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 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 |
|---|---|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.botId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
static BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.builder() |
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
A list of new custom vocabulary items.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Consumer<NewCustomVocabularyItem.Builder>... customVocabularyItemList)
A list of new custom vocabulary items.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
A list of new custom vocabulary items.
|
BatchCreateCustomVocabularyItemRequest.Builder |
BatchCreateCustomVocabularyItemRequest.Builder.localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
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.