| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.botRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.botRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.botRecommendationSummaries(Consumer<BotRecommendationSummary.Builder>... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
static ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.builder() |
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.Builder.nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
ListBotRecommendationsResponse.Builder |
ListBotRecommendationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotRecommendationsResponse.Builder> |
ListBotRecommendationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.