Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListRecommendedIntentsRequest.Builder
-
Packages that use ListRecommendedIntentsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListRecommendedIntentsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListRecommendedIntentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRecommendedIntentsResponse>LexModelsV2AsyncClient. listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsResponseLexModelsV2Client. listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsPublisherLexModelsV2AsyncClient. listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsIterableLexModelsV2Client. listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. -
Uses of ListRecommendedIntentsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListRecommendedIntentsRequest.Builder Modifier and Type Method Description ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. botId(String botId)The unique identifier of the bot associated with the recommended intents.ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. botRecommendationId(String botRecommendationId)The identifier of the bot recommendation that contains the recommended intents.ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. botVersion(String botVersion)The version of the bot that contains the recommended intents.static ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest. builder()ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. localeId(String localeId)The identifier of the language and locale of the recommended intents.ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. maxResults(Integer maxResults)The maximum number of bot recommendations to return in each page of results.ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.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.BuilderListRecommendedIntentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecommendedIntentsRequest.BuilderListRecommendedIntentsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListRecommendedIntentsRequest.Builder Modifier and Type Method Description static Class<? extends ListRecommendedIntentsRequest.Builder>ListRecommendedIntentsRequest. serializableBuilderClass()
-