default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest) |
Creates a new version of the bot based on the $LATEST version.
|
default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(CreateBotVersionRequest createBotVersionRequest) |
Creates a new version of the bot based on the $LATEST version.
|
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(Consumer<CreateIntentVersionRequest.Builder> createIntentVersionRequest) |
Creates a new version of an intent based on the $LATEST version of the intent.
|
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(CreateIntentVersionRequest createIntentVersionRequest) |
Creates a new version of an intent based on the $LATEST version of the intent.
|
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest) |
Creates a new version of a slot type based on the $LATEST version of the specified slot type.
|
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest) |
Creates a new version of a slot type based on the $LATEST version of the specified slot type.
|
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 DeleteBotChannelAssociationResponse |
LexModelBuildingClient.deleteBotChannelAssociation(Consumer<DeleteBotChannelAssociationRequest.Builder> deleteBotChannelAssociationRequest) |
Deletes the association between an Amazon Lex bot and a messaging platform.
|
default DeleteBotChannelAssociationResponse |
LexModelBuildingClient.deleteBotChannelAssociation(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest) |
Deletes the association between an Amazon Lex bot and a messaging platform.
|
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.
|
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.
|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest) |
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(PutBotAliasRequest putBotAliasRequest) |
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default PutIntentResponse |
LexModelBuildingClient.putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest) |
Creates an intent or replaces an existing intent.
|
default PutIntentResponse |
LexModelBuildingClient.putIntent(PutIntentRequest putIntentRequest) |
Creates an intent or replaces an existing intent.
|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest) |
Creates a custom slot type or replaces an existing custom slot type.
|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(PutSlotTypeRequest putSlotTypeRequest) |
Creates a custom slot type or replaces an existing custom slot type.
|
default TagResourceResponse |
LexModelBuildingClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds the specified tags to the specified resource.
|
default TagResourceResponse |
LexModelBuildingClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds the specified tags to the specified resource.
|
default UntagResourceResponse |
LexModelBuildingClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes tags from a bot, bot alias or bot channel.
|
default UntagResourceResponse |
LexModelBuildingClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes tags from a bot, bot alias or bot channel.
|