| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesResult |
AbstractAmazonLexModelsV2.listBotLocales(ListBotLocalesRequest request) |
ListBotLocalesResult |
AmazonLexModelsV2.listBotLocales(ListBotLocalesRequest listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
ListBotLocalesResult |
AmazonLexModelsV2Client.listBotLocales(ListBotLocalesRequest request)
Gets a list of locales for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotLocalesResult> |
AbstractAmazonLexModelsV2Async.listBotLocalesAsync(ListBotLocalesRequest request,
AsyncHandler<ListBotLocalesRequest,ListBotLocalesResult> asyncHandler) |
Future<ListBotLocalesResult> |
AmazonLexModelsV2Async.listBotLocalesAsync(ListBotLocalesRequest listBotLocalesRequest,
AsyncHandler<ListBotLocalesRequest,ListBotLocalesResult> asyncHandler)
Gets a list of locales for the specified bot.
|
Future<ListBotLocalesResult> |
AmazonLexModelsV2AsyncClient.listBotLocalesAsync(ListBotLocalesRequest request,
AsyncHandler<ListBotLocalesRequest,ListBotLocalesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesResult |
ListBotLocalesResult.clone() |
ListBotLocalesResult |
ListBotLocalesResult.withBotId(String botId)
The identifier of the bot to list locales for.
|
ListBotLocalesResult |
ListBotLocalesResult.withBotLocaleSummaries(BotLocaleSummary... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResult |
ListBotLocalesResult.withBotLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResult |
ListBotLocalesResult.withBotVersion(String botVersion)
The version of the bot.
|
ListBotLocalesResult |
ListBotLocalesResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotLocales
operation. |
Copyright © 2023. All rights reserved.