Member-only story
Save User Info with your Chatbot
Happy Monday! In this guide, we’ll expand on last week’s chatbot project by learning context carryover. This technique helps your chatbot “remember” key details shared by the user during a conversation.
What’s New?
Here are the new concepts introduced in this guide:
— Context Tags: These store and check specific information throughout a conversation.
— Output Context Tags: Allow the chatbot to remember details after an intent is completed, so the information can be reused later.
— Input Context Tags: Verify if certain details are already available before an intent is triggered.
Steps in This Guide:
- Set Up a New Lex Chatbot
- Enable Memory in CheckBalance
- Create a FollowupCheckBalance Intent
- Add Finishing Touches to FollowupCheckBalance
Step 1: Set Up a New Lex Chatbot
If you haven’t already set up a chatbot, revisit these previous guides to get started: