| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsResult |
AbstractAmazonLexModelsV2.listCustomVocabularyItems(ListCustomVocabularyItemsRequest request) |
ListCustomVocabularyItemsResult |
AmazonLexModelsV2Client.listCustomVocabularyItems(ListCustomVocabularyItemsRequest request)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
ListCustomVocabularyItemsResult |
AmazonLexModelsV2.listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
| 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 |
|---|---|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.clone() |
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withCustomVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
|
Copyright © 2023. All rights reserved.