Interface ListRecommendedIntentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>,LexModelsV2Request.Builder,SdkBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecommendedIntentsRequest
public static interface ListRecommendedIntentsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecommendedIntentsRequest.BuilderbotId(String botId)The unique identifier of the bot associated with the recommended intents.ListRecommendedIntentsRequest.BuilderbotRecommendationId(String botRecommendationId)The identifier of the bot recommendation that contains the recommended intents.ListRecommendedIntentsRequest.BuilderbotVersion(String botVersion)The version of the bot that contains the recommended intents.ListRecommendedIntentsRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the recommended intents.ListRecommendedIntentsRequest.BuildermaxResults(Integer maxResults)The maximum number of bot recommendations to return in each page of results.ListRecommendedIntentsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendedIntentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
ListRecommendedIntentsRequest.Builder botId(String botId)
The unique identifier of the bot associated with the recommended intents.
- Parameters:
botId- The unique identifier of the bot associated with the recommended intents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
ListRecommendedIntentsRequest.Builder botVersion(String botVersion)
The version of the bot that contains the recommended intents.
- Parameters:
botVersion- The version of the bot that contains the recommended intents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
ListRecommendedIntentsRequest.Builder localeId(String localeId)
The identifier of the language and locale of the recommended intents.
- Parameters:
localeId- The identifier of the language and locale of the recommended intents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationId
ListRecommendedIntentsRequest.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intents.
- Parameters:
botRecommendationId- The identifier of the bot recommendation that contains the recommended intents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendedIntentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecommendedIntentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-