public static interface ListRecommendedIntentsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsRequest.Builder |
botId(String botId)
The unique identifier of the bot associated with the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListRecommendedIntentsRequest.Builder |
nextToken(String nextToken)
If the response from the ListRecommendedIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListRecommendedIntentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecommendedIntentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendedIntentsRequest.Builder botId(String botId)
The unique identifier of the bot associated with the recommended intents.
botId - The unique identifier of the bot associated with the recommended intents.ListRecommendedIntentsRequest.Builder botVersion(String botVersion)
The version of the bot that contains the recommended intents.
botVersion - The version of the bot that contains the recommended intents.ListRecommendedIntentsRequest.Builder localeId(String localeId)
The identifier of the language and locale of the recommended intents.
localeId - The identifier of the language and locale of the recommended intents.ListRecommendedIntentsRequest.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intents.
botRecommendationId - The identifier of the bot recommendation that contains the recommended intents.ListRecommendedIntentsRequest.Builder nextToken(String nextToken)
If the response from the ListRecommendedIntents 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 ListRecommendedIntents 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.ListRecommendedIntentsRequest.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.ListRecommendedIntentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecommendedIntentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.