| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedCustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResponse.errors()
The errors of the action to batch update response for the custom vocabulary item.
|
List<FailedCustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResponse.errors()
The errors of the action to batch delete response for the custom vocabulary item.
|
List<FailedCustomVocabularyItem> |
BatchCreateCustomVocabularyItemResponse.errors()
The errors of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
Copyright © 2023. All rights reserved.