| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBotVersionResponse |
LexModelsV2Client.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
default CreateBotVersionResponse |
LexModelsV2Client.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotVersionResponse> |
LexModelsV2AsyncClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
default CompletableFuture<CreateBotVersionResponse> |
LexModelsV2AsyncClient.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
Copyright © 2021. All rights reserved.