| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsResult |
AmazonLexModelsV2Client.listBotRecommendations(ListBotRecommendationsRequest request)
Get a list of bot recommendations that meet the specified criteria.
|
ListBotRecommendationsResult |
AbstractAmazonLexModelsV2.listBotRecommendations(ListBotRecommendationsRequest request) |
ListBotRecommendationsResult |
AmazonLexModelsV2.listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotRecommendationsResult> |
AmazonLexModelsV2AsyncClient.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.
|
Future<ListBotRecommendationsResult> |
AbstractAmazonLexModelsV2Async.listBotRecommendationsAsync(ListBotRecommendationsRequest request,
AsyncHandler<ListBotRecommendationsRequest,ListBotRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsResult |
ListBotRecommendationsResult.clone() |
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
Copyright © 2023. All rights reserved.