ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botId(String botId) |
The unique identifier of the bot associated with the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botRecommendationId(String botRecommendationId) |
The identifier of the bot recommendation that contains the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the recommended intents.
|
static ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.builder() |
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.localeId(String localeId) |
The identifier of the language and locale of the recommended intents.
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of bot recommendations to return in each page of results.
|
ListRecommendedIntentsRequest.Builder |
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 |
ListRecommendedIntentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListRecommendedIntentsRequest.Builder |
ListRecommendedIntentsRequest.toBuilder() |
|