| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCustomVocabularyItemsResult> |
AbstractAmazonLexModelsV2Async.listCustomVocabularyItemsAsync(ListCustomVocabularyItemsRequest request,
AsyncHandler<ListCustomVocabularyItemsRequest,ListCustomVocabularyItemsResult> asyncHandler) |
Future<ListCustomVocabularyItemsResult> |
AmazonLexModelsV2AsyncClient.listCustomVocabularyItemsAsync(ListCustomVocabularyItemsRequest request,
AsyncHandler<ListCustomVocabularyItemsRequest,ListCustomVocabularyItemsResult> asyncHandler) |
Future<ListCustomVocabularyItemsResult> |
AmazonLexModelsV2Async.listCustomVocabularyItemsAsync(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest,
AsyncHandler<ListCustomVocabularyItemsRequest,ListCustomVocabularyItemsResult> asyncHandler)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.clone() |
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withBotId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withMaxResults(Integer maxResults)
The maximum number of items returned by the list operation.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
Copyright © 2023. All rights reserved.