| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsResult |
AmazonLexModelsV2Client.listRecommendedIntents(ListRecommendedIntentsRequest request)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
ListRecommendedIntentsResult |
AbstractAmazonLexModelsV2.listRecommendedIntents(ListRecommendedIntentsRequest request) |
ListRecommendedIntentsResult |
AmazonLexModelsV2.listRecommendedIntents(ListRecommendedIntentsRequest listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendedIntentsResult> |
AmazonLexModelsV2AsyncClient.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.
|
Future<ListRecommendedIntentsResult> |
AbstractAmazonLexModelsV2Async.listRecommendedIntentsAsync(ListRecommendedIntentsRequest request,
AsyncHandler<ListRecommendedIntentsRequest,ListRecommendedIntentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.clone() |
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withBotId(String botId)
The unique identifier of the bot associated with the recommended intent.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents
operation.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withSummaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
Copyright © 2023. All rights reserved.