| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotLocalesResult> |
AbstractAmazonLexModelsV2Async.listBotLocalesAsync(ListBotLocalesRequest request,
AsyncHandler<ListBotLocalesRequest,ListBotLocalesResult> asyncHandler) |
Future<ListBotLocalesResult> |
AmazonLexModelsV2AsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesRequest |
ListBotLocalesRequest.clone() |
ListBotLocalesRequest |
ListBotLocalesRequest.withBotId(String botId)
The identifier of the bot to list locales for.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withBotVersion(String botVersion)
The version of the bot to list locales for.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withFilters(BotLocaleFilter... filters)
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withFilters(Collection<BotLocaleFilter> filters)
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withMaxResults(Integer maxResults)
The maximum number of aliases to return in each page of results.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withNextToken(String nextToken)
If the response from the
ListBotLocales operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotLocalesRequest |
ListBotLocalesRequest.withSortBy(BotLocaleSortBy sortBy)
Specifies sorting parameters for the list of locales.
|
Copyright © 2023. All rights reserved.