| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotVersionResponse> |
LexModelBuildingAsyncClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
default CompletableFuture<CreateBotVersionResponse> |
LexModelBuildingAsyncClient.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
Copyright © 2023. All rights reserved.