If you are using Amazon Lex V2, refer to the Amazon Lex V2 guide instead.
If you are using Amazon Lex V1, we recommend upgrading your bots to Amazon Lex V2. We are no longer adding new features to V1 and strongly recommend using V2 for all new bots.
Create the Bot
Create the PizzaOrderingBot
bot with the minimum information needed.
You add an intent, an action that the user wants to perform, for the bot
later.
To create the bot
Sign in to the AWS Management Console and open the Amazon Lex console at https://console.aws.amazon.com/lex/
. -
Create a bot.
-
If you are creating your first bot, choose Get Started. Otherwise, choose Bots, and then choose Create.
-
On the Create your Lex bot page, choose Custom bot and provide the following information:
-
Bot name: PizzaOrderingBot
-
Language: Choose the language and locale for your bot.
-
Output voice: Salli
-
Session timeout : 5 minutes.
-
COPPA: Choose the appropriate response.
-
User utterance storage: Choose the appropriate response.
-
-
Choose Create.
The console sends Amazon Lex a request to create a new bot. Amazon Lex sets the bot version to
$LATEST
. After creating the bot, Amazon Lex shows the bot Editor tab, as in the following image:-
The bot version, Latest, appears next to the bot name in the console. New Amazon Lex resources have
$LATEST
as the version. For more information, see Versioning and Aliases. -
Because you haven't created any intents or slots types, none are listed.
-
Build and Publish are bot-level activities. After you configure the entire bot, you'll learn more about these activities.
-
-