Hi, Rasa newbie here. I am working on a simple bot which incorporate this logic:
- Ask user’s name
- Use user’s name in reply (something like “Nice to meet you, [user_name]”).
What is the easiest way to do in Rasa 2.2.X? Thanks!
Hi, Rasa newbie here. I am working on a simple bot which incorporate this logic:
What is the easiest way to do in Rasa 2.2.X? Thanks!
If a slot is set with the user’s name, then simply define a response like this:
utter_greet:
- text: Nice to meet you, {slot_name}.