| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendedIntentsResult> |
AmazonLexModelsV2AsyncClient.listRecommendedIntentsAsync(ListRecommendedIntentsRequest request,
AsyncHandler<ListRecommendedIntentsRequest,ListRecommendedIntentsResult> asyncHandler) |
Future<ListRecommendedIntentsResult> |
AbstractAmazonLexModelsV2Async.listRecommendedIntentsAsync(ListRecommendedIntentsRequest request,
AsyncHandler<ListRecommendedIntentsRequest,ListRecommendedIntentsResult> asyncHandler) |
Future<ListRecommendedIntentsResult> |
AmazonLexModelsV2Async.listRecommendedIntentsAsync(ListRecommendedIntentsRequest listRecommendedIntentsRequest,
AsyncHandler<ListRecommendedIntentsRequest,ListRecommendedIntentsResult> asyncHandler)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.clone() |
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withBotId(String botId)
The unique identifier of the bot associated with the recommended intents.
|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intents.
|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withBotVersion(String botVersion)
The version of the bot that contains the recommended intents.
|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withLocaleId(String localeId)
The identifier of the language and locale of the recommended intents.
|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListRecommendedIntentsRequest |
ListRecommendedIntentsRequest.withNextToken(String nextToken)
If the response from the ListRecommendedIntents operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
Copyright © 2024. All rights reserved.