| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateIntentResponse |
LexModelsV2Client.updateIntent(Consumer<UpdateIntentRequest.Builder> updateIntentRequest)
Updates the settings for an intent.
|
default UpdateIntentResponse |
LexModelsV2Client.updateIntent(UpdateIntentRequest updateIntentRequest)
Updates the settings for an intent.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateIntentResponse> |
LexModelsV2AsyncClient.updateIntent(Consumer<UpdateIntentRequest.Builder> updateIntentRequest)
Updates the settings for an intent.
|
default CompletableFuture<UpdateIntentResponse> |
LexModelsV2AsyncClient.updateIntent(UpdateIntentRequest updateIntentRequest)
Updates the settings for an intent.
|
Copyright © 2021. All rights reserved.