Skip to content

Commit 05f8156

Browse files
committed
Updated README and added images
1 parent 7336550 commit 05f8156

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,22 @@ First, we'll create the Amazon Lex bot. Then, we'll add some Lambda Functions t
4545
- Session timeout: `5 min`
4646
- IAM role: (accept the default) `AWSServiceRoleForLexBots`
4747
- COPPA: (our bot is not directed at children) `No`
48-
1. Review the Error handling settings
48+
1. Navigate to the the Error handling settings and set the following
49+
50+
![Error Handling](/images/error_handling.png)
51+
4952
- Prompts: (one prompt) `Sorry, but I didn't understand that. Would you try again, please?`
5053
- Maximum number of retries: `2`
5154
- Hang-up phrase: (one phrase) `Sorry, I could not understand. Goodbye.`
5255

5356
#### 2. Create Order Beverage Intent
57+
58+
![Intents](/images/intents.png)
59+
5460
From the left, add a new Intent called `cafeOrderBeverageIntent` with the following settings and click "Save Intent" to save the Intent.
5561
To work independently in a shared environment, use your initials in the Intent name (e.g., `cafeOrderBeverageIntentXXX`).
5662

63+
5764
1. Lambda initialization and validation (leave unchecked)
5865
1. Fulfillment: choose "Return parameters to client" for now
5966
1. Confirmation prompt: `You'd like me to order a {BeverageSize} {BeverageType}. Is that right?` to confirm and `Okay. Nothing to order this time. See you next time!` to cancel.
@@ -67,9 +74,12 @@ Let me get a {BeverageSize} {Creamer} {BeverageType}
6774
```
6875

6976
#### 3. Create Slot types
77+
78+
![Slots](/images/slots.png)
79+
7080
Add the following Slot types (each value should be a separate entry); remember to "Save slot type" as you go along.
7181
To work independently in a shared environment, use your initials in the names (e.g., `cafeBeverageTypeXXX`).
72-
Note: Although they are saved with the AWS Account, Slot Types will only show up in the list when they are associated in the next step.
82+
Note: Although they are saved with the AWS Account, ***Slot Types will only show up in the list on the left when they are associated in the next step.***
7383

7484
Slot type name | Description | Values (each entry on a separate line)
7585
-------------- | ----------- | --------------------

images/error_handling.png

42.3 KB
Loading

images/intents.png

3.13 KB
Loading

images/slots.png

4.07 KB
Loading

0 commit comments

Comments
 (0)