amazonaws.com – lex-models
Amazon Lex Build-Time Actions
Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:lex-models/2017-04-19.json
- Provider
- amazonaws.com:lex-models / lex-models
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/lex-models/2017-04-19/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/lex-models/2017-04-19/openapi.yaml
Tools (44)
Extracted live via the executor SDK.
-
bots.createBotVersionCreates a new version of the bot based on the
$LATESTversion. If the$LATESTversion of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version.You can update only the
$LATESTversion of the bot. You can't update the numbered versions that you create with theCreateBotVersionoperation.When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro [blocked].
This operation requires permission for the
lex:CreateBotVersionaction. -
bots.deleteBotDeletes all versions of the bot, including the
$LATESTversion. To delete a specific version of the bot, use the DeleteBotVersion [blocked] operation. TheDeleteBotoperation doesn't immediately remove the bot schema. Instead, it is marked for deletion and removed later.Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the DeleteUtterances [blocked] operation.
If a bot has an alias, you can't delete it. Instead, the
DeleteBotoperation returns aResourceInUseExceptionexception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until theDeleteBotoperation is successful.This operation requires permissions for the
lex:DeleteBotaction. -
bots.deleteBotAliasDeletes an alias for the specified bot.
You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the
DeleteBotoperation returns aResourceInUseExceptionexception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until theDeleteBotAliasoperation is successful. -
bots.deleteBotChannelAssociationDeletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the
lex:DeleteBotChannelAssociationaction. -
bots.deleteBotVersionDeletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot [blocked] operation.
This operation requires permissions for the
lex:DeleteBotVersionaction. -
bots.deleteUtterancesDeletes stored utterances.
Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView [blocked] operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.
Use the
DeleteUtterancesoperation to manually delete stored utterances for a specific user. When you use theDeleteUtterancesoperation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with theGetUtterancesViewoperation are deleted after 15 days.This operation requires permissions for the
lex:DeleteUtterancesaction. -
bots.getBotReturns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the
lex:GetBotaction. -
bots.getBotAliasReturns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases [blocked].
This operation requires permissions for the
lex:GetBotAliasaction. -
bots.getBotAliasesReturns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the
lex:GetBotAliasesaction. -
bots.getBotChannelAssociationReturns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the
lex:GetBotChannelAssociationaction. -
bots.getBotChannelAssociationsReturns a list of all of the channels associated with the specified bot.
The
GetBotChannelAssociationsoperation requires permissions for thelex:GetBotChannelAssociationsaction. -
bots.getBotsReturns bot information as follows:
-
If you provide the
nameContainsfield, the response includes information for the$LATESTversion of all bots whose name contains the specified string. -
If you don't specify the
nameContainsfield, the operation returns information about the$LATESTversion of all of your bots.
This operation requires permission for the
lex:GetBotsaction. -
-
bots.getBotVersionsGets information about all of the versions of a bot.
The
GetBotVersionsoperation returns aBotMetadataobject for each version of a bot. For example, if a bot has three numbered versions, theGetBotVersionsoperation returns fourBotMetadataobjects in the response, one for each numbered version and one for the$LATESTversion.The
GetBotVersionsoperation always returns at least one version, the$LATESTversion.This operation requires permissions for the
lex:GetBotVersionsaction. -
bots.getUtterancesViewUse the
GetUtterancesViewoperation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the
GetUtterancesViewoperation to see the requests that they have made and whether they have been successful. You might find that the utterance "I want flowers" is not being recognized. You could add this utterance to theOrderFlowersintent so that your bot recognizes that utterance.After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.
Utterance statistics are generated once a day. Data is available for the last 15 days. You can request information for up to 5 versions of your bot in each request. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days. The response contains information about a maximum of 100 utterances for each version.
If you set
childDirectedfield to true when you created your bot, if you are using slot obfuscation with one or more slots, or if you opted out of participating in improving Amazon Lex, utterances are not available.This operation requires permissions for the
lex:GetUtterancesViewaction. -
bots.putBotCreates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name, a locale, and whether the bot is directed toward children under age 13. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with the minimum information, the bot is created or updated but Amazon Lex returns the
responseFAILED. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see how-it-works [blocked].If you specify the name of an existing bot, the fields in the request replace the existing values in the
$LATESTversion of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for theidleTTLInSecondsandprivacySettingsfields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.This operation requires permissions for the
lex:PutBotaction. For more information, see security-iam [blocked]. -
bots.putBotAliasCreates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases [blocked].
This operation requires permissions for the
lex:PutBotAliasaction. -
builtins.getBuiltinIntentReturns information about a built-in intent.
This operation requires permission for the
lex:GetBuiltinIntentaction. -
builtins.getBuiltinIntentsGets a list of built-in intents that meet the specified criteria.
This operation requires permission for the
lex:GetBuiltinIntentsaction. -
builtins.getBuiltinSlotTypesGets a list of built-in slot types that meet the specified criteria.
For a list of built-in slot types, see in the Alexa Skills Kit.
This operation requires permission for the
lex:GetBuiltInSlotTypesaction. -
exports.getExportExports the contents of a Amazon Lex resource in a specified format.
-
imports.getImportGets information about an import job started with the
StartImportoperation. -
imports.startImportStarts a job to import a resource to Amazon Lex.
-
intents.createIntentVersionCreates a new version of an intent based on the
$LATESTversion of the intent. If the$LATESTversion of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a new version. It returns the last version you created.You can update only the
$LATESTversion of the intent. You can't update the numbered versions that you create with theCreateIntentVersionoperation.When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro [blocked].
This operation requires permissions to perform the
lex:CreateIntentVersionaction. -
intents.deleteIntentDeletes all versions of the intent, including the
$LATESTversion. To delete a specific version of the intent, use the DeleteIntentVersion [blocked] operation.You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works [blocked]), you must remove those references first.
If you get the
ResourceInUseExceptionexception, it provides an example reference that shows where the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get the same exception when you attempt to delete the intent again, repeat until the intent has no references and the call toDeleteIntentis successful.This operation requires permission for the
lex:DeleteIntentaction. -
intents.deleteIntentVersionDeletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent [blocked] operation.
This operation requires permissions for the
lex:DeleteIntentVersionaction. -
intents.getIntentReturns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the
lex:GetIntentaction. -
intents.getIntentsReturns intent information as follows:
-
If you specify the
nameContainsfield, returns the$LATESTversion of all intents that contain the specified string. -
If you don't specify the
nameContainsfield, returns information about the$LATESTversion of all intents.
The operation requires permission for the
lex:GetIntentsaction. -
-
intents.getIntentVersionsGets information about all of the versions of an intent.
The
GetIntentVersionsoperation returns anIntentMetadataobject for each version of an intent. For example, if an intent has three numbered versions, theGetIntentVersionsoperation returns fourIntentMetadataobjects in the response, one for each numbered version and one for the$LATESTversion.The
GetIntentVersionsoperation always returns at least one version, the$LATESTversion.This operation requires permissions for the
lex:GetIntentVersionsaction. -
intents.putIntentCreates an intent or replaces an existing intent.
To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an
OrderPizzaintent.To create an intent or replace an existing intent, you must provide the following:
-
Intent name. For example,
OrderPizza. -
Sample utterances. For example, "Can I order a pizza, please." and "I want to order a pizza."
-
Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.
-
How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application.
You can specify other optional information in the request, such as:
-
A confirmation prompt to ask the user to confirm an intent. For example, "Shall I order your pizza?"
-
A conclusion statement to send to the user after the intent has been fulfilled. For example, "I placed your pizza order."
-
A follow-up prompt that asks the user for additional activity. For example, asking "Do you want to order a drink with your pizza?"
If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the
$LATESTversion of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the$LATESTversion of an intent, thestatusfield of any bot that uses the$LATESTversion of the intent is set toNOT_BUILT.For more information, see how-it-works [blocked].
This operation requires permissions for the
lex:PutIntentaction. -
-
migrations.getMigrationProvides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration alerts and warnings related to the migration.
-
migrations.getMigrationsGets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
-
migrations.startMigrationStarts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when you want to take advantage of the new features of Amazon Lex V2.
For more information, see in the Amazon Lex developer guide.
-
slottypes.createSlotTypeVersionCreates a new version of a slot type based on the
$LATESTversion of the specified slot type. If the$LATESTversion of this resource has not changed since the last version that you created, Amazon Lex doesn't create a new version. It returns the last version that you created.You can update only the
$LATESTversion of a slot type. You can't update the numbered versions that you create with theCreateSlotTypeVersionoperation.When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro [blocked].
This operation requires permissions for the
lex:CreateSlotTypeVersionaction. -
slottypes.deleteSlotTypeDeletes all versions of the slot type, including the
$LATESTversion. To delete a specific version of the slot type, use the DeleteSlotTypeVersion [blocked] operation.You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.
If you get the
ResourceInUseExceptionexception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and theDeleteSlotTypecall is successful.This operation requires permission for the
lex:DeleteSlotTypeaction. -
slottypes.deleteSlotTypeVersionDeletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType [blocked] operation.
This operation requires permissions for the
lex:DeleteSlotTypeVersionaction. -
slottypes.getSlotTypeReturns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
This operation requires permissions for the
lex:GetSlotTypeaction. -
slottypes.getSlotTypesReturns slot type information as follows:
-
If you specify the
nameContainsfield, returns the$LATESTversion of all slot types that contain the specified string. -
If you don't specify the
nameContainsfield, returns information about the$LATESTversion of all slot types.
The operation requires permission for the
lex:GetSlotTypesaction. -
-
slottypes.getSlotTypeVersionsGets information about all versions of a slot type.
The
GetSlotTypeVersionsoperation returns aSlotTypeMetadataobject for each version of a slot type. For example, if a slot type has three numbered versions, theGetSlotTypeVersionsoperation returns fourSlotTypeMetadataobjects in the response, one for each numbered version and one for the$LATESTversion.The
GetSlotTypeVersionsoperation always returns at least one version, the$LATESTversion.This operation requires permissions for the
lex:GetSlotTypeVersionsaction. -
slottypes.putSlotTypeCreates a custom slot type or replaces an existing custom slot type.
To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works [blocked].
If you specify the name of an existing slot type, the fields in the request replace the existing values in the
$LATESTversion of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the$LATESTversion of a slot type, if a bot uses the$LATESTversion of an intent that contains the slot type, the bot'sstatusfield is set toNOT_BUILT.This operation requires permissions for the
lex:PutSlotTypeaction. -
tags.listTagsForResourceGets a list of tags associated with the specified resource. Only bots, bot aliases, and bot channels can have tags associated with them.
-
tags.tagResourceAdds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value.
-
tags.untagResourceRemoves tags from a bot, bot alias or bot channel.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools