Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lab-2-Building_Chat_Bots_With_Lex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
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.