| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBotResponse |
LexModelsV2Client.createBot(Consumer<CreateBotRequest.Builder> createBotRequest)
Creates an Amazon Lex conversational bot.
|
default CreateBotResponse |
LexModelsV2Client.createBot(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotResponse> |
LexModelsV2AsyncClient.createBot(Consumer<CreateBotRequest.Builder> createBotRequest)
Creates an Amazon Lex conversational bot.
|
default CompletableFuture<CreateBotResponse> |
LexModelsV2AsyncClient.createBot(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
Copyright © 2021. All rights reserved.