Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListBuiltInIntentsRequest.Builder
-
Packages that use ListBuiltInIntentsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListBuiltInIntentsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListBuiltInIntentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBuiltInIntentsResponse>LexModelsV2AsyncClient. listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.default ListBuiltInIntentsResponseLexModelsV2Client. listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.default ListBuiltInIntentsPublisherLexModelsV2AsyncClient. listBuiltInIntentsPaginator(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.default ListBuiltInIntentsIterableLexModelsV2Client. listBuiltInIntentsPaginator(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot. -
Uses of ListBuiltInIntentsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListBuiltInIntentsRequest.Builder Modifier and Type Method Description static ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest. builder()ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. localeId(String localeId)The identifier of the language and locale of the intents to list.ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. maxResults(Integer maxResults)The maximum number of built-in intents to return in each page of results.ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. nextToken(String nextToken)If the response from theListBuiltInIntentsoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. sortBy(Consumer<BuiltInIntentSortBy.Builder> sortBy)Specifies sorting parameters for the list of built-in intents.ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest.Builder. sortBy(BuiltInIntentSortBy sortBy)Specifies sorting parameters for the list of built-in intents.ListBuiltInIntentsRequest.BuilderListBuiltInIntentsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListBuiltInIntentsRequest.Builder Modifier and Type Method Description static Class<? extends ListBuiltInIntentsRequest.Builder>ListBuiltInIntentsRequest. serializableBuilderClass()
-