AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
| Name | Description | |
|---|---|---|
|
AccessDeniedException |
Your IAM user or role does not have permission to call the Amazon Lex V2 APIs required to migrate your bot. |
|
BadRequestException |
The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again. |
|
BotAliasMetadata |
Provides information about a bot alias. |
|
BotChannelAssociation |
Represents an association between an Amazon Lex bot and an external messaging platform. |
|
BotMetadata |
Provides information about a bot. . |
|
BuiltinIntentMetadata |
Provides metadata for a built-in intent. |
|
BuiltinIntentSlot |
Provides information about a slot used in a built-in intent. |
|
BuiltinSlotTypeMetadata |
Provides information about a built in slot type. |
|
CodeHook |
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.. |
|
ConflictException |
There was a conflict processing the request. Try your request again. |
|
ConversationLogsRequest |
Provides the settings needed for conversation logs. |
|
ConversationLogsResponse |
Contains information about conversation log settings. |
|
CreateBotVersionRequest |
Container for the parameters to the CreateBotVersion operation.
Creates a new version of the bot based on the
You can update only the 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.
This operation requires permission for the |
|
CreateBotVersionResponse |
This is the response object from the CreateBotVersion operation. |
|
CreateIntentVersionRequest |
Container for the parameters to the CreateIntentVersion operation.
Creates a new version of an intent based on the
You can update only the 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.
This operation requires permissions to perform the |
|
CreateIntentVersionResponse |
This is the response object from the CreateIntentVersion operation. |
|
CreateSlotTypeVersionRequest |
Container for the parameters to the CreateSlotTypeVersion operation.
Creates a new version of a slot type based on the
You can update only the 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.
This operation requires permissions for the |
|
CreateSlotTypeVersionResponse |
This is the response object from the CreateSlotTypeVersion operation. |
|
DeleteBotAliasRequest |
Container for the parameters to the DeleteBotAlias operation. Deletes 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 |
|
DeleteBotAliasResponse |
This is the response object from the DeleteBotAlias operation. |
|
DeleteBotChannelAssociationRequest |
Container for the parameters to the DeleteBotChannelAssociation operation. Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the |
|
DeleteBotChannelAssociationResponse |
This is the response object from the DeleteBotChannelAssociation operation. |
|
DeleteBotRequest |
Container for the parameters to the DeleteBot operation.
Deletes all versions of the bot, including the 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 operation.
If a bot has an alias, you can't delete it. Instead, the
This operation requires permissions for the |
|
DeleteBotResponse |
This is the response object from the DeleteBot operation. |
|
DeleteBotVersionRequest |
Container for the parameters to the DeleteBotVersion operation. Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
This operation requires permissions for the |
|
DeleteBotVersionResponse |
This is the response object from the DeleteBotVersion operation. |
|
DeleteIntentRequest |
Container for the parameters to the DeleteIntent operation.
Deletes all versions of the intent, including the 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), you must remove those references first.
If you get the
This operation requires permission for the |
|
DeleteIntentResponse |
This is the response object from the DeleteIntent operation. |
|
DeleteIntentVersionRequest |
Container for the parameters to the DeleteIntentVersion operation. Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.
This operation requires permissions for the |
|
DeleteIntentVersionResponse |
This is the response object from the DeleteIntentVersion operation. |
|
DeleteSlotTypeRequest |
Container for the parameters to the DeleteSlotType operation.
Deletes all versions of the slot type, including the 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
This operation requires permission for the |
|
DeleteSlotTypeResponse |
This is the response object from the DeleteSlotType operation. |
|
DeleteSlotTypeVersionRequest |
Container for the parameters to the DeleteSlotTypeVersion operation. Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.
This operation requires permissions for the |
|
DeleteSlotTypeVersionResponse |
This is the response object from the DeleteSlotTypeVersion operation. |
|
DeleteUtterancesRequest |
Container for the parameters to the DeleteUtterances operation. Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.
Use the
This operation requires permissions for the |
|
DeleteUtterancesResponse |
This is the response object from the DeleteUtterances operation. |
|
EnumerationValue |
Each slot type can have a set of values. Each enumeration value represents a value the slot type can take. For example, a pizza ordering bot could have a slot type that specifies the type of crust that the pizza should have. The slot type could include the values
|
|
FollowUpPrompt |
A prompt for additional activity after an intent is fulfilled. For example, after
the |
|
FulfillmentActivity |
Describes how the intent is fulfilled after the user provides all of the information required for the intent. You can provide a Lambda function to process the intent, or you can return the intent information to the client application. We recommend that you use a Lambda function so that the relevant logic lives in the Cloud and limit the client-side code primarily to presentation. If you need to update the logic, you only update the Lambda function; you don't need to upgrade your client application. Consider the following examples:
|
|
GetBotAliasesRequest |
Container for the parameters to the GetBotAliases operation. Returns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the |
|
GetBotAliasesResponse |
This is the response object from the GetBotAliases operation. |
|
GetBotAliasRequest |
Container for the parameters to the GetBotAlias operation. Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the |
|
GetBotAliasResponse |
This is the response object from the GetBotAlias operation. |
|
GetBotChannelAssociationRequest |
Container for the parameters to the GetBotChannelAssociation operation. Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the |
|
GetBotChannelAssociationResponse |
This is the response object from the GetBotChannelAssociation operation. |
|
GetBotChannelAssociationsRequest |
Container for the parameters to the GetBotChannelAssociations operation. Returns a list of all of the channels associated with the specified bot.
The |
|
GetBotChannelAssociationsResponse |
This is the response object from the GetBotChannelAssociations operation. |
|
GetBotRequest |
Container for the parameters to the GetBot operation. Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the |
|
GetBotResponse |
This is the response object from the GetBot operation. |
|
GetBotsRequest |
Container for the parameters to the GetBots operation. Returns bot information as follows:
This operation requires permission for the |
|
GetBotsResponse |
This is the response object from the GetBots operation. |
|
GetBotVersionsRequest |
Container for the parameters to the GetBotVersions operation. Gets information about all of the versions of a bot.
The
The
This operation requires permissions for the |
|
GetBotVersionsResponse |
This is the response object from the GetBotVersions operation. |
|
GetBuiltinIntentRequest |
Container for the parameters to the GetBuiltinIntent operation. Returns information about a built-in intent.
This operation requires permission for the |
|
GetBuiltinIntentResponse |
This is the response object from the GetBuiltinIntent operation. |
|
GetBuiltinIntentsRequest |
Container for the parameters to the GetBuiltinIntents operation. Gets a list of built-in intents that meet the specified criteria.
This operation requires permission for the |
|
GetBuiltinIntentsResponse |
This is the response object from the GetBuiltinIntents operation. |
|
GetBuiltinSlotTypesRequest |
Container for the parameters to the GetBuiltinSlotTypes operation. Gets a list of built-in slot types that meet the specified criteria. For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.
This operation requires permission for the |
|
GetBuiltinSlotTypesResponse |
This is the response object from the GetBuiltinSlotTypes operation. |
|
GetExportRequest |
Container for the parameters to the GetExport operation. Exports the contents of a Amazon Lex resource in a specified format. |
|
GetExportResponse |
This is the response object from the GetExport operation. |
|
GetImportRequest |
Container for the parameters to the GetImport operation.
Gets information about an import job started with the |
|
GetImportResponse |
This is the response object from the GetImport operation. |
|
GetIntentRequest |
Container for the parameters to the GetIntent operation. Returns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the |
|
GetIntentResponse |
This is the response object from the GetIntent operation. |
|
GetIntentsRequest |
Container for the parameters to the GetIntents operation. Returns intent information as follows:
The operation requires permission for the |
|
GetIntentsResponse |
This is the response object from the GetIntents operation. |
|
GetIntentVersionsRequest |
Container for the parameters to the GetIntentVersions operation. Gets information about all of the versions of an intent.
The
The
This operation requires permissions for the |
|
GetIntentVersionsResponse |
This is the response object from the GetIntentVersions operation. |
|
GetMigrationRequest |
Container for the parameters to the GetMigration operation. Provides 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. |
|
GetMigrationResponse |
This is the response object from the GetMigration operation. |
|
GetMigrationsRequest |
Container for the parameters to the GetMigrations operation. Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2. |
|
GetMigrationsResponse |
This is the response object from the GetMigrations operation. |
|
GetSlotTypeRequest |
Container for the parameters to the GetSlotType operation. Returns 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 |
|
GetSlotTypeResponse |
This is the response object from the GetSlotType operation. |
|
GetSlotTypesRequest |
Container for the parameters to the GetSlotTypes operation. Returns slot type information as follows:
The operation requires permission for the |
|
GetSlotTypesResponse |
This is the response object from the GetSlotTypes operation. |
|
GetSlotTypeVersionsRequest |
Container for the parameters to the GetSlotTypeVersions operation. Gets information about all versions of a slot type.
The
The
This operation requires permissions for the |
|
GetSlotTypeVersionsResponse |
This is the response object from the GetSlotTypeVersions operation. |
|
GetUtterancesViewRequest |
Container for the parameters to the GetUtterancesView operation.
Use the
For example, say that you have created a bot to order flowers. After your users have
used your bot for a while, use the 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
This operation requires permissions for the |
|
GetUtterancesViewResponse |
This is the response object from the GetUtterancesView operation. |
|
InputContext |
The name of a context that must be active for an intent to be selected by Amazon Lex. |
|
Intent |
Identifies the specific version of an intent. |
|
IntentMetadata |
Provides information about an intent. |
|
InternalFailureException |
An internal Amazon Lex error occurred. Try your request again. |
|
KendraConfiguration |
Provides configuration information for the AMAZON.KendraSearchIntent intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user's utterance. For more information, see AMAZON.KendraSearchIntent. |
|
LexModelBuildingServicePaginatorFactory |
Paginators for the LexModelBuildingService service |
|
LimitExceededException |
The request exceeded a limit. Try your request again. |
|
ListTagsForResourceRequest |
Container for the parameters to the ListTagsForResource operation. Gets a list of tags associated with the specified resource. Only bots, bot aliases, and bot channels can have tags associated with them. |
|
ListTagsForResourceResponse |
This is the response object from the ListTagsForResource operation. |
|
LogSettingsRequest |
Settings used to configure delivery mode and destination for conversation logs. |
|
LogSettingsResponse |
The settings for conversation logs. |
|
Message |
The message object that provides the message text and its type. |
|
MigrationAlert |
Provides information about alerts and warnings that Amazon Lex sends during a migration. The alerts include information about how to resolve the issue. |
|
MigrationSummary |
Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2. |
|
NotFoundException |
The resource specified in the request was not found. Check the resource and try again. |
|
OutputContext |
The specification of an output context that is set when an intent is fulfilled. |
|
PreconditionFailedException |
The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again. |
|
Prompt |
Obtains information from the user. To define a prompt, provide one or more messages and specify the number of attempts to get information from the user. If you provide more than one message, Amazon Lex chooses one of the messages to use to prompt the user. For more information, see how-it-works. |
|
PutBotAliasRequest |
Container for the parameters to the PutBotAlias operation. Creates 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.
This operation requires permissions for the |
|
PutBotAliasResponse |
This is the response object from the PutBotAlias operation. |
|
PutBotRequest |
Container for the parameters to the PutBot operation.
Creates 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
If you specify the name of an existing bot, the fields in the request replace the
existing values in the
This operation requires permissions for the |
|
PutBotResponse |
This is the response object from the PutBot operation. |
|
PutIntentRequest |
Container for the parameters to the PutIntent operation. Creates 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 To create an intent or replace an existing intent, you must provide the following:
You can specify other optional information in the request, such as:
If you specify an existing intent name to update the intent, Amazon Lex replaces the
values in the For more information, see how-it-works.
This operation requires permissions for the |
|
PutIntentResponse |
This is the response object from the PutIntent operation. |
|
PutSlotTypeRequest |
Container for the parameters to the PutSlotType operation. Creates 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.
If you specify the name of an existing slot type, the fields in the request replace
the existing values in the
This operation requires permissions for the |
|
PutSlotTypeResponse |
This is the response object from the PutSlotType operation. |
|
ResourceInUseException |
The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete. The body of the exception contains a JSON object that describes the resource.
|
|
ResourceReference |
Describes the resource that refers to the resource that you are attempting to delete.
This object is returned as part of the |
|
Slot |
Identifies the version of a specific slot. |
|
SlotDefaultValue |
A default value for a slot. |
|
SlotDefaultValueSpec |
Contains the default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. |
|
SlotTypeConfiguration |
Provides configuration information for a slot type. |
|
SlotTypeMetadata |
Provides information about a slot type.. |
|
SlotTypeRegexConfiguration |
Provides a regular expression used to validate the value of a slot. |
|
StartImportRequest |
Container for the parameters to the StartImport operation. Starts a job to import a resource to Amazon Lex. |
|
StartImportResponse |
This is the response object from the StartImport operation. |
|
StartMigrationRequest |
Container for the parameters to the StartMigration operation. Starts 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 Migrating a bot in the Amazon Lex developer guide. |
|
StartMigrationResponse |
This is the response object from the StartMigration operation. |
|
Statement |
A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey. |
|
Tag |
A list of key/value pairs that identify a bot, bot alias, or bot channel. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @. |
|
TagResourceRequest |
Container for the parameters to the TagResource operation. Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value. |
|
TagResourceResponse |
This is the response object from the TagResource operation. |
|
UntagResourceRequest |
Container for the parameters to the UntagResource operation. Removes tags from a bot, bot alias or bot channel. |
|
UntagResourceResponse |
This is the response object from the UntagResource operation. |
|
UtteranceData |
Provides information about a single utterance that was made to your bot. |
|
UtteranceList |
Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances. |
| Name | Description | |
|---|---|---|
|
IGetBotAliasesPaginator |
Paginator for the GetBotAliases operation |
|
IGetBotChannelAssociationsPaginator |
Paginator for the GetBotChannelAssociations operation |
|
IGetBotsPaginator |
Paginator for the GetBots operation |
|
IGetBotVersionsPaginator |
Paginator for the GetBotVersions operation |
|
IGetBuiltinIntentsPaginator |
Paginator for the GetBuiltinIntents operation |
|
IGetBuiltinSlotTypesPaginator |
Paginator for the GetBuiltinSlotTypes operation |
|
IGetIntentsPaginator |
Paginator for the GetIntents operation |
|
IGetIntentVersionsPaginator |
Paginator for the GetIntentVersions operation |
|
IGetMigrationsPaginator |
Paginator for the GetMigrations operation |
|
IGetSlotTypesPaginator |
Paginator for the GetSlotTypes operation |
|
IGetSlotTypeVersionsPaginator |
Paginator for the GetSlotTypeVersions operation |
|
ILexModelBuildingServicePaginatorFactory |
Paginators for the LexModelBuildingService service |