public static interface ListBotRecommendationsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotRecommendationsRequest.Builder,ListBotRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotRecommendationsRequest.Builder botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
botId - The unique identifier of the bot that contains the bot recommendation list.ListBotRecommendationsRequest.Builder botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
botVersion - The version of the bot that contains the bot recommendation list.ListBotRecommendationsRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
localeId - The identifier of the language and locale of the bot recommendation list.ListBotRecommendationsRequest.Builder maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of bot recommendations to return in each page of results. If there are fewer
results than the max page size, only the actual number of results are returned.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. Use that token in the nextToken parameter to return the next page of results.
nextToken - If the response from the ListBotRecommendation operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter
to return the next page of results.ListBotRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBotRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.