Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BatchUpdateCustomVocabularyItemRequest.Builder
-
Packages that use BatchUpdateCustomVocabularyItemRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BatchUpdateCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type BatchUpdateCustomVocabularyItemRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchUpdateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchUpdateCustomVocabularyItemResponseLexModelsV2Client. batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of BatchUpdateCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BatchUpdateCustomVocabularyItemRequest.Builder Modifier and Type Method Description BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. botId(String botId)The identifier of the bot associated with this custom vocabularyBatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. botVersion(String botVersion)The identifier of the version of the bot associated with this custom vocabulary.static BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest. builder()BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)A list of custom vocabulary items with updated fields.BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Consumer<CustomVocabularyItem.Builder>... customVocabularyItemList)A list of custom vocabulary items with updated fields.BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)A list of custom vocabulary items with updated fields.BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. localeId(String localeId)The identifier of the language and locale where this custom vocabulary is used.BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BatchUpdateCustomVocabularyItemRequest.Builder Modifier and Type Method Description static Class<? extends BatchUpdateCustomVocabularyItemRequest.Builder>BatchUpdateCustomVocabularyItemRequest. serializableBuilderClass()
-