| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBotResponse |
LexModelBuildingClient.deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)
Deletes all versions of the bot, including the
$LATEST version. |
default DeleteBotResponse |
LexModelBuildingClient.deleteBot(DeleteBotRequest deleteBotRequest)
Deletes all versions of the bot, including the
$LATEST version. |
default DeleteBotAliasResponse |
LexModelBuildingClient.deleteBotAlias(Consumer<DeleteBotAliasRequest.Builder> deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
default DeleteBotAliasResponse |
LexModelBuildingClient.deleteBotAlias(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
default DeleteBotVersionResponse |
LexModelBuildingClient.deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteBotVersionResponse |
LexModelBuildingClient.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteIntentResponse |
LexModelBuildingClient.deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
default DeleteIntentResponse |
LexModelBuildingClient.deleteIntent(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
default DeleteIntentVersionResponse |
LexModelBuildingClient.deleteIntentVersion(Consumer<DeleteIntentVersionRequest.Builder> deleteIntentVersionRequest)
Deletes a specific version of an intent.
|
default DeleteIntentVersionResponse |
LexModelBuildingClient.deleteIntentVersion(DeleteIntentVersionRequest deleteIntentVersionRequest)
Deletes a specific version of an intent.
|
default DeleteSlotTypeResponse |
LexModelBuildingClient.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
default DeleteSlotTypeResponse |
LexModelBuildingClient.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
default DeleteSlotTypeVersionResponse |
LexModelBuildingClient.deleteSlotTypeVersion(Consumer<DeleteSlotTypeVersionRequest.Builder> deleteSlotTypeVersionRequest)
Deletes a specific version of a slot type.
|
default DeleteSlotTypeVersionResponse |
LexModelBuildingClient.deleteSlotTypeVersion(DeleteSlotTypeVersionRequest deleteSlotTypeVersionRequest)
Deletes a specific version of a slot type.
|
Copyright © 2019. All rights reserved.