| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| 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 ListRecommendedIntentsResponse |
LexModelsV2Client.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 |
|---|---|
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 CompletableFuture<ListRecommendedIntentsResponse> |
LexModelsV2AsyncClient.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 |
|---|---|
Iterator<ListRecommendedIntentsResponse> |
ListRecommendedIntentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendedIntentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecommendedIntentsResponse> subscriber) |
Copyright © 2023. All rights reserved.