| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListRecommendedIntentsResponse |
LexModelsV2Client.listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default CompletableFuture<ListRecommendedIntentsResponse> |
LexModelsV2AsyncClient.listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsIterable |
LexModelsV2Client.listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsPublisher |
LexModelsV2AsyncClient.listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> 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 |
|---|---|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botId(String botId)
The unique identifier of the bot associated with the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the recommended intents.
|
static ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.builder() |
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.nextToken(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.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRecommendedIntentsRequest.Builder> |
ListRecommendedIntentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.