| Modifier and Type | Method and Description |
|---|---|
default ListRecommendedIntentsResponse |
LexModelsV2Client.listRecommendedIntents(ListRecommendedIntentsRequest 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.
|
default ListRecommendedIntentsIterable |
LexModelsV2Client.listRecommendedIntentsPaginator(ListRecommendedIntentsRequest listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsPublisher |
LexModelsV2AsyncClient.listRecommendedIntentsPaginator(ListRecommendedIntentsRequest listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
| Constructor and Description |
|---|
ListRecommendedIntentsIterable(LexModelsV2Client client,
ListRecommendedIntentsRequest firstRequest) |
ListRecommendedIntentsPublisher(LexModelsV2AsyncClient client,
ListRecommendedIntentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRecommendedIntentsRequestMarshaller.marshall(ListRecommendedIntentsRequest listRecommendedIntentsRequest) |
Copyright © 2023. All rights reserved.