| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomVocabularyItemsResponse> |
LexModelsV2AsyncClient.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
default ListCustomVocabularyItemsPublisher |
LexModelsV2AsyncClient.listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
default ListCustomVocabularyItemsIterable |
LexModelsV2Client.listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.botId(String botId)
The unique identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
static ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.builder() |
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.localeId(String localeId)
The locale identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.maxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomVocabularyItemsRequest.Builder> |
ListCustomVocabularyItemsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.