| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotRecommendationsResult> |
AmazonLexModelsV2AsyncClient.listBotRecommendationsAsync(ListBotRecommendationsRequest request,
AsyncHandler<ListBotRecommendationsRequest,ListBotRecommendationsResult> asyncHandler) |
Future<ListBotRecommendationsResult> |
AbstractAmazonLexModelsV2Async.listBotRecommendationsAsync(ListBotRecommendationsRequest request,
AsyncHandler<ListBotRecommendationsRequest,ListBotRecommendationsResult> asyncHandler) |
Future<ListBotRecommendationsResult> |
AmazonLexModelsV2Async.listBotRecommendationsAsync(ListBotRecommendationsRequest listBotRecommendationsRequest,
AsyncHandler<ListBotRecommendationsRequest,ListBotRecommendationsResult> asyncHandler)
Get a list of bot recommendations that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.clone() |
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.withBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.withBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListBotRecommendationsRequest |
ListBotRecommendationsRequest.withNextToken(String nextToken)
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
Copyright © 2024. All rights reserved.