| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents()
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBuiltinIntentsResponse> |
LexModelBuildingAsyncClient.getBuiltinIntents()
Gets a list of built-in intents that meet the specified criteria.
|
default CompletableFuture<GetBuiltinIntentsResponse> |
LexModelBuildingAsyncClient.getBuiltinIntents(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default CompletableFuture<GetBuiltinIntentsResponse> |
LexModelBuildingAsyncClient.getBuiltinIntents(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetBuiltinIntentsResponse> |
GetBuiltinIntentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBuiltinIntentsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetBuiltinIntentsResponse> subscriber) |
Copyright © 2022. All rights reserved.