| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBuiltInIntentsResponse |
LexModelsV2Client.listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsResponse |
LexModelsV2Client.listBuiltInIntents(ListBuiltInIntentsRequest listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBuiltInIntentsResponse> |
ListBuiltInIntentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuiltInIntentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBuiltInIntentsResponse> subscriber) |
Copyright © 2023. All rights reserved.