diff --git a/lab-2-Building_Chat_Bots_With_Lex/README.md b/lab-2-Building_Chat_Bots_With_Lex/README.md index 99d6e2c..e220dc4 100644 --- a/lab-2-Building_Chat_Bots_With_Lex/README.md +++ b/lab-2-Building_Chat_Bots_With_Lex/README.md @@ -109,7 +109,7 @@ Now we'll add a final intent to allow users to get more information on the l 33. As we haven't defined a new slot type for this intent there isn't a slot entry yet under on the intent detail panel. Enter the following values into the empty slot line: - Name: LoanType - - Slot Type: LoanType (select from the drop-down list) + - Slot Type: LoanType (select from the drop-down list, you might refresh the page so that the slot type becomes available in the drop-down list) - Prompt: Which loan type? 34. Click the blue "+" button to the right of the Slots information to add this slot to the intent @@ -170,4 +170,4 @@ It is time we give this bot a run! # Conclusion -In this lab you have learned the basic operations to manage a Lex bot. First, you created a bot, then you defined intents and slot types. Finally you defined a Lambda function and attached it to your chatbot. \ No newline at end of file +In this lab you have learned the basic operations to manage a Lex bot. First, you created a bot, then you defined intents and slot types. Finally you defined a Lambda function and attached it to your chatbot.