|
1 |
| -# Introduction |
| 1 | +# Amazon Lex Chatbot Workshop |
2 | 2 |
|
3 |
| -Amazon Lex is a service for building conversational interfaces into any application using voice and text. Amazon Lex provides the advanced deep learning functionalities of automatic speech recognition (ASR) for converting speech to text, and natural language understanding (NLU) to recognize the intent of the text, to enable you to build applications with highly engaging user experiences and lifelike conversational interactions. With Amazon Lex, the same deep learning technologies that power Amazon Alexa are now available to any developer, enabling you to quickly and easily build sophisticated, natural language, conversational bots (“chatbots”). |
| 3 | +Amazon Lex is a service for building conversational interfaces into any application using voice and text. Amazon Lex provides the advanced deep learning functionalities of automatic speech recognition (ASR) for converting speech to text, and natural language understanding (NLU) to recognize the intent of the text, to enable you to build applications with highly engaging user experiences and lifelike conversational interactions. With Amazon Lex, the same deep learning technologies that power Amazon Alexa are now available to any developer, enabling you to quickly and easily build sophisticated, natural language, conversational bots ("chatbots"). |
4 | 4 |
|
5 | 5 | This workshop walks through the steps of creating an interactive chatbot using the AWS Lex service.
|
6 | 6 |
|
7 |
| - |
8 | 7 | # CoffeeBot
|
9 | 8 |
|
10 | 9 | CoffeeBot is a transactional chat bot that can help one order a coffee.
|
@@ -37,6 +36,12 @@ First, we'll create the Amazon Lex bot. Then, we'll add some Lambda Functions t
|
37 | 36 | We will be creating a custom bot in the console and applying the necessary intents and custom slots in order to understand the coffee order.
|
38 | 37 |
|
39 | 38 | ### Navigate to Lex in the AWS Console
|
| 39 | +Because of the large number of students in the class, we'll be using individual accounts provided by AWS for this lab. If you're in the room with the instructor, pair up with a partner and ask for the login URL for your account. |
| 40 | + |
| 41 | +The login credentials are as follows: |
| 42 | + |
| 43 | + - Username: LabUser |
| 44 | + - Password: myLabP@ssw0rd! |
40 | 45 |
|
41 | 46 | Once you are logged into your AWS account, you will be presented with a list of AWS services and a search box. Type "Lex" into the search box and choose the "Amazon Lex" service.
|
42 | 47 |
|
@@ -172,7 +177,6 @@ Navigate back to the Amazon Lex console to reconfigure your bot to use the Lambd
|
172 | 177 |
|
173 | 178 | 1. From the Lex Console, select the `CoffeeBot` bot and choose `Latest` from the version drop down to make changes
|
174 | 179 | 1. Modify the `cafeOrderBeverageIntent` Intent
|
175 |
| - - Add `Thanks for choosing PressoBot!` as the "Goodbye message" |
176 | 180 | - Associate it with the new `cafeOrderCoffee` Lambda function (select "Lambda function" in the "Lambda initialization and validation" area)
|
177 | 181 | - When prompted, allow Amazon Lex to call your new function
|
178 | 182 | - Associate it with the new `cafeOrderCoffee` Lambda function for (select "Lambda function" in the "Fulfillment" area); remember to click "Save Intent"
|
@@ -221,4 +225,4 @@ When you have completed the lab, please delete the following resources from your
|
221 | 225 | - `cafeBeverageSizeXXX`
|
222 | 226 | - `cafeBeverageTempXXX`
|
223 | 227 | - `cafeBeverageTypeXXX`
|
224 |
| - - `cafeCreamerTypeXXX` |
| 228 | + - `cafeCreamerTypeXXX` |
0 commit comments