| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default PutIntentResponse |
LexModelBuildingClient.putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest)
Creates an intent or replaces an existing intent.
|
default PutIntentResponse |
LexModelBuildingClient.putIntent(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutIntentResponse> |
LexModelBuildingAsyncClient.putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest)
Creates an intent or replaces an existing intent.
|
default CompletableFuture<PutIntentResponse> |
LexModelBuildingAsyncClient.putIntent(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
Copyright © 2023. All rights reserved.