| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default CompletableFuture<ListCustomVocabularyItemsResponse> |
LexModelsV2AsyncClient.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListCustomVocabularyItemsIterable |
LexModelsV2Client.listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListCustomVocabularyItemsPublisher |
LexModelsV2AsyncClient.listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.botId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
|
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 identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsRequest.Builder |
ListCustomVocabularyItemsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items returned by the list operation.
|
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 © 2023. All rights reserved.