paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

How to bind entity to an action? #183

Closed premkagrani closed 5 years ago

premkagrani commented 5 years ago

issue I have defined a couple of intents and their corresponding actions. The introduce intent is mapped to a name entity. I want the bot to call me as "hey {name}". Not very sure how to do that? I tried with curly braces but it simply shows as text

premkagrani commented 5 years ago

@paschmann @pradeepmvn Can you please help?

pradeepmvn commented 5 years ago

@michaelscof Are you using Rasa Core? In Rasa core utter action template can do this. You have to set the entities as slots in the stories and rasa core can populate slots in responses.