Package-level declarations
Types
Your IAM user or role does not have permission to call the Amazon Lex V2 APIs required to migrate your bot.
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.
Provides information about a bot alias.
Represents an association between an Amazon Lex bot and an external messaging platform.
Provides information about a bot. .
Provides metadata for a built-in intent.
Provides information about a slot used in a built-in intent.
Provides information about a built in slot type.
There was a conflict processing the request. Try your request again.
Provides the settings needed for conversation logs.
Contains information about conversation log settings.
Each slot type can have a set of values. Each enumeration value represents a value the slot type can take.
A prompt for additional activity after an intent is fulfilled. For example, after the OrderPizza
intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.
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.
The name of a context that must be active for an intent to be selected by Amazon Lex.
Provides information about an intent.
An internal Amazon Lex error occurred. Try your request again.
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.
Base class for all service related exceptions thrown by the LexModelBuilding client
The request exceeded a limit. Try your request again.
Settings used to configure delivery mode and destination for conversation logs.
The settings for conversation logs.
Provides information about alerts and warnings that Amazon Lex sends during a migration. The alerts include information about how to resolve the issue.
Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2.
The resource specified in the request was not found. Check the resource and try again.
The specification of an output context that is set when an intent is fulfilled.
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.
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.
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.
Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException
exception.
A default value for a slot.
Contains the default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot.
Provides configuration information for a slot type.
Provides information about a slot type..
Provides a regular expression used to validate the value of a slot.
Provides information about a single utterance that was made to your bot.
Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.