Skip to content

Commit 6c0eb1b

Browse files
committed
Updated docs
1 parent 9890210 commit 6c0eb1b

6 files changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Introduction
1+
# Amazon Lex Chatbot Workshop
22

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").
44

55
This workshop walks through the steps of creating an interactive chatbot using the AWS Lex service.
66

7-
87
# CoffeeBot
98

109
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
3736
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.
3837

3938
### 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!
4045

4146
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.
4247

@@ -172,7 +177,6 @@ Navigate back to the Amazon Lex console to reconfigure your bot to use the Lambd
172177

173178
1. From the Lex Console, select the `CoffeeBot` bot and choose `Latest` from the version drop down to make changes
174179
1. Modify the `cafeOrderBeverageIntent` Intent
175-
- Add `Thanks for choosing PressoBot!` as the "Goodbye message"
176180
- Associate it with the new `cafeOrderCoffee` Lambda function (select "Lambda function" in the "Lambda initialization and validation" area)
177181
- When prompted, allow Amazon Lex to call your new function
178182
- 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
221225
- `cafeBeverageSizeXXX`
222226
- `cafeBeverageTempXXX`
223227
- `cafeBeverageTypeXXX`
224-
- `cafeCreamerTypeXXX`
228+
- `cafeCreamerTypeXXX`

images/console.png

-46.8 KB
Loading

images/lambda_code.png

-140 KB
Loading

images/lambda_console.png

-41.3 KB
Loading

images/lexmain.png

-43.5 KB
Loading

images/region.png

-54.7 KB
Loading

0 commit comments

Comments
 (0)