| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| 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 GetBotAliasesResponse |
LexModelBuildingClient.getBotAliases(Consumer<GetBotAliasesRequest.Builder> getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
|
default GetBotAliasesResponse |
LexModelBuildingClient.getBotAliases(GetBotAliasesRequest getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
|
default GetBotAliasesIterable |
LexModelBuildingClient.getBotAliasesPaginator(Consumer<GetBotAliasesRequest.Builder> getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
|
default GetBotAliasesIterable |
LexModelBuildingClient.getBotAliasesPaginator(GetBotAliasesRequest getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
|
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 GetBotChannelAssociationsResponse |
LexModelBuildingClient.getBotChannelAssociations(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsResponse |
LexModelBuildingClient.getBotChannelAssociations(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsIterable |
LexModelBuildingClient.getBotChannelAssociationsPaginator(Consumer<GetBotChannelAssociationsRequest.Builder> getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
default GetBotChannelAssociationsIterable |
LexModelBuildingClient.getBotChannelAssociationsPaginator(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
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 GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents()
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsResponse |
LexModelBuildingClient.getBuiltinIntents(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsIterable |
LexModelBuildingClient.getBuiltinIntentsPaginator()
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsIterable |
LexModelBuildingClient.getBuiltinIntentsPaginator(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinIntentsIterable |
LexModelBuildingClient.getBuiltinIntentsPaginator(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
default GetBuiltinSlotTypesResponse |
LexModelBuildingClient.getBuiltinSlotTypes()
Gets a list of built-in slot types that meet the specified criteria.
|
default GetBuiltinSlotTypesResponse |
LexModelBuildingClient.getBuiltinSlotTypes(Consumer<GetBuiltinSlotTypesRequest.Builder> getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default GetBuiltinSlotTypesResponse |
LexModelBuildingClient.getBuiltinSlotTypes(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default GetBuiltinSlotTypesIterable |
LexModelBuildingClient.getBuiltinSlotTypesPaginator()
Gets a list of built-in slot types that meet the specified criteria.
|
default GetBuiltinSlotTypesIterable |
LexModelBuildingClient.getBuiltinSlotTypesPaginator(Consumer<GetBuiltinSlotTypesRequest.Builder> getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default GetBuiltinSlotTypesIterable |
LexModelBuildingClient.getBuiltinSlotTypesPaginator(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
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 GetMigrationsResponse |
LexModelBuildingClient.getMigrations(Consumer<GetMigrationsRequest.Builder> getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
default GetMigrationsResponse |
LexModelBuildingClient.getMigrations(GetMigrationsRequest getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
default GetMigrationsIterable |
LexModelBuildingClient.getMigrationsPaginator(Consumer<GetMigrationsRequest.Builder> getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
default GetMigrationsIterable |
LexModelBuildingClient.getMigrationsPaginator(GetMigrationsRequest getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
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 GetUtterancesViewResponse |
LexModelBuildingClient.getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
default GetUtterancesViewResponse |
LexModelBuildingClient.getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
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 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 StartImportResponse |
LexModelBuildingClient.startImport(Consumer<StartImportRequest.Builder> startImportRequest)
Starts a job to import a resource to Amazon Lex.
|
default StartImportResponse |
LexModelBuildingClient.startImport(StartImportRequest startImportRequest)
Starts a job to import a resource to Amazon Lex.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Your IAM user or role does not have permission to call the Amazon Lex V2 APIs required to migrate your bot.
|
class |
BadRequestException
The request is not well formed.
|
class |
ConflictException
There was a conflict processing the request.
|
class |
InternalFailureException
An internal Amazon Lex error occurred.
|
class |
LimitExceededException
The request exceeded a limit.
|
class |
NotFoundException
The resource specified in the request was not found.
|
class |
PreconditionFailedException
The checksum of the resource that you are trying to change does not match the checksum in the request.
|
class |
ResourceInUseException
The resource that you are attempting to delete is referred to by another resource.
|
| Modifier and Type | Method and Description |
|---|---|
LexModelBuildingException |
LexModelBuildingException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(LexModelBuildingException ex) |
Copyright © 2023. All rights reserved.