| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
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 DeleteUtterancesResponse |
LexModelBuildingClient.deleteUtterances(Consumer<DeleteUtterancesRequest.Builder> deleteUtterancesRequest)
Deletes stored utterances.
|
default DeleteUtterancesResponse |
LexModelBuildingClient.deleteUtterances(DeleteUtterancesRequest deleteUtterancesRequest)
Deletes stored utterances.
|
default GetBotResponse |
LexModelBuildingClient.getBot(Consumer<GetBotRequest.Builder> getBotRequest)
Returns metadata information for a specific bot.
|
default GetBotResponse |
LexModelBuildingClient.getBot(GetBotRequest getBotRequest)
Returns metadata information for a specific bot.
|
default GetBotAliasResponse |
LexModelBuildingClient.getBotAlias(Consumer<GetBotAliasRequest.Builder> getBotAliasRequest)
Returns information about an Amazon Lex bot alias.
|
default GetBotAliasResponse |
LexModelBuildingClient.getBotAlias(GetBotAliasRequest getBotAliasRequest)
Returns information about an Amazon Lex bot alias.
|
default GetBotChannelAssociationResponse |
LexModelBuildingClient.getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
default GetBotChannelAssociationResponse |
LexModelBuildingClient.getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
default GetBotsResponse |
LexModelBuildingClient.getBots()
Returns bot information as follows:
|
default GetBotsResponse |
LexModelBuildingClient.getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
default GetBotsResponse |
LexModelBuildingClient.getBots(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
default GetBotsIterable |
LexModelBuildingClient.getBotsPaginator()
Returns bot information as follows:
|
default GetBotsIterable |
LexModelBuildingClient.getBotsPaginator(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
default GetBotsIterable |
LexModelBuildingClient.getBotsPaginator(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsResponse |
LexModelBuildingClient.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsIterable |
LexModelBuildingClient.getBotVersionsPaginator(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBotVersionsIterable |
LexModelBuildingClient.getBotVersionsPaginator(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default GetBuiltinIntentResponse |
LexModelBuildingClient.getBuiltinIntent(Consumer<GetBuiltinIntentRequest.Builder> getBuiltinIntentRequest)
Returns information about a built-in intent.
|
default GetBuiltinIntentResponse |
LexModelBuildingClient.getBuiltinIntent(GetBuiltinIntentRequest getBuiltinIntentRequest)
Returns information about a built-in intent.
|
default GetExportResponse |
LexModelBuildingClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest)
Exports the contents of a Amazon Lex resource in a specified format.
|
default GetExportResponse |
LexModelBuildingClient.getExport(GetExportRequest getExportRequest)
Exports the contents of a Amazon Lex resource in a specified format.
|
default GetImportResponse |
LexModelBuildingClient.getImport(Consumer<GetImportRequest.Builder> getImportRequest)
Gets information about an import job started with the
StartImport operation. |
default GetImportResponse |
LexModelBuildingClient.getImport(GetImportRequest getImportRequest)
Gets information about an import job started with the
StartImport operation. |
default GetIntentResponse |
LexModelBuildingClient.getIntent(Consumer<GetIntentRequest.Builder> getIntentRequest)
Returns information about an intent.
|
default GetIntentResponse |
LexModelBuildingClient.getIntent(GetIntentRequest getIntentRequest)
Returns information about an intent.
|
default GetIntentsResponse |
LexModelBuildingClient.getIntents()
Returns intent information as follows:
|
default GetIntentsResponse |
LexModelBuildingClient.getIntents(Consumer<GetIntentsRequest.Builder> getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsResponse |
LexModelBuildingClient.getIntents(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsIterable |
LexModelBuildingClient.getIntentsPaginator()
Returns intent information as follows:
|
default GetIntentsIterable |
LexModelBuildingClient.getIntentsPaginator(Consumer<GetIntentsRequest.Builder> getIntentsRequest)
Returns intent information as follows:
|
default GetIntentsIterable |
LexModelBuildingClient.getIntentsPaginator(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsResponse |
LexModelBuildingClient.getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsIterable |
LexModelBuildingClient.getIntentVersionsPaginator(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetIntentVersionsIterable |
LexModelBuildingClient.getIntentVersionsPaginator(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
default GetMigrationResponse |
LexModelBuildingClient.getMigration(Consumer<GetMigrationRequest.Builder> getMigrationRequest)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
default GetMigrationResponse |
LexModelBuildingClient.getMigration(GetMigrationRequest getMigrationRequest)
Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot.
|
default GetSlotTypeResponse |
LexModelBuildingClient.getSlotType(Consumer<GetSlotTypeRequest.Builder> getSlotTypeRequest)
Returns information about a specific version of a slot type.
|
default GetSlotTypeResponse |
LexModelBuildingClient.getSlotType(GetSlotTypeRequest getSlotTypeRequest)
Returns information about a specific version of a slot type.
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes()
Returns slot type information as follows:
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesResponse |
LexModelBuildingClient.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesIterable |
LexModelBuildingClient.getSlotTypesPaginator()
Returns slot type information as follows:
|
default GetSlotTypesIterable |
LexModelBuildingClient.getSlotTypesPaginator(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypesIterable |
LexModelBuildingClient.getSlotTypesPaginator(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
default GetSlotTypeVersionsResponse |
LexModelBuildingClient.getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default GetSlotTypeVersionsResponse |
LexModelBuildingClient.getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default GetSlotTypeVersionsIterable |
LexModelBuildingClient.getSlotTypeVersionsPaginator(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default GetSlotTypeVersionsIterable |
LexModelBuildingClient.getSlotTypeVersionsPaginator(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
default ListTagsForResourceResponse |
LexModelBuildingClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets a list of tags associated with the specified resource.
|
default ListTagsForResourceResponse |
LexModelBuildingClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets a list of tags associated with the specified resource.
|
default StartMigrationResponse |
LexModelBuildingClient.startMigration(Consumer<StartMigrationRequest.Builder> startMigrationRequest)
Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2.
|
default StartMigrationResponse |
LexModelBuildingClient.startMigration(StartMigrationRequest startMigrationRequest)
Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2.
|
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.
|
Copyright © 2022. All rights reserved.