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