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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListBotRecommendationsRequest.Builder |
ListBotRecommendationsRequest.toBuilder() |
|