| 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)
List custom vocabulary items for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.clone() |
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withBotId(String botId)
The unique identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withMaxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
ListCustomVocabularyItemsRequest.withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
Copyright © 2023. All rights reserved.