| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| 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 CompletableFuture<CreateBotVersionResponse> |
LexModelsV2AsyncClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.botId(String botId)
The identifier of the bot to create the version for.
|
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version.
|
static CreateBotVersionRequest.Builder |
CreateBotVersionRequest.builder() |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.description(String description)
A description of the version.
|
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotVersionRequest.Builder> |
CreateBotVersionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.