| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default PutBotResponse |
LexModelBuildingClient.putBot(Consumer<PutBotRequest.Builder> putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
default PutBotResponse |
LexModelBuildingClient.putBot(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBotResponse> |
LexModelBuildingAsyncClient.putBot(Consumer<PutBotRequest.Builder> putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
default CompletableFuture<PutBotResponse> |
LexModelBuildingAsyncClient.putBot(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Copyright © 2019. All rights reserved.