Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BatchCreateCustomVocabularyItemRequest.Builder
-
Packages that use BatchCreateCustomVocabularyItemRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BatchCreateCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type BatchCreateCustomVocabularyItemRequest.Builder Modifier and Type Method 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 BatchCreateCustomVocabularyItemResponseLexModelsV2Client. batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)Create a batch of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of BatchCreateCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BatchCreateCustomVocabularyItemRequest.Builder Modifier and Type Method Description BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. botId(String botId)The identifier of the bot associated with this custom vocabulary.BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. botVersion(String botVersion)The identifier of the version of the bot associated with this custom vocabulary.static BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest. builder()BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)A list of new custom vocabulary items.BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Consumer<NewCustomVocabularyItem.Builder>... customVocabularyItemList)A list of new custom vocabulary items.BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)A list of new custom vocabulary items.BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. localeId(String localeId)The identifier of the language and locale where this custom vocabulary is used.BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BatchCreateCustomVocabularyItemRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateCustomVocabularyItemRequest.Builder>BatchCreateCustomVocabularyItemRequest. serializableBuilderClass()
-