BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.botId(String botId) |
The identifier of the bot associated with this custom vocabulary.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.botVersion(String botVersion) |
The identifier of the version of the bot associated with this custom vocabulary.
|
static BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.builder() |
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors) |
A list of custom vocabulary items that failed to update during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(Consumer<FailedCustomVocabularyItem.Builder>... errors) |
A list of custom vocabulary items that failed to update during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors) |
A list of custom vocabulary items that failed to update during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.localeId(String localeId) |
The identifier of the language and locale where this custom vocabulary is used.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources) |
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(Consumer<CustomVocabularyItem.Builder>... resources) |
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources) |
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.toBuilder() |
|