| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListBotRecommendationsResponse |
LexModelsV2Client.listBotRecommendations(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default CompletableFuture<ListBotRecommendationsResponse> |
LexModelsV2AsyncClient.listBotRecommendations(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsIterable |
LexModelsV2Client.listBotRecommendationsPaginator(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsPublisher |
LexModelsV2AsyncClient.listBotRecommendationsPaginator(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
static ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.builder() |
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.nextToken(String nextToken)
If the response from the ListBotRecommendation operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotRecommendationsRequest.Builder> |
ListBotRecommendationsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.