Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBuiltInIntentsResponse
-
Packages that use ListBuiltInIntentsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBuiltInIntentsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBuiltInIntentsResponse Modifier and Type Method Description 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 ListBuiltInIntentsResponseLexModelsV2Client. listBuiltInIntents(ListBuiltInIntentsRequest listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBuiltInIntentsResponse 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 CompletableFuture<ListBuiltInIntentsResponse>LexModelsV2AsyncClient. listBuiltInIntents(ListBuiltInIntentsRequest listBuiltInIntentsRequest)Gets a list of built-in intents provided by Amazon Lex that you can use in your bot. -
Uses of ListBuiltInIntentsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBuiltInIntentsResponse Modifier and Type Method Description Iterator<ListBuiltInIntentsResponse>ListBuiltInIntentsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBuiltInIntentsResponse Modifier and Type Method Description voidListBuiltInIntentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBuiltInIntentsResponse> subscriber)
-