Hello,
i want to use Rasa for a Chatbot-project I am currently working on.
For the project, it is important that the chatbot can work with the context of the site from which it is currently accessed. For example, for the input “I don’t know what to do” if the input is given on site A the answer must be “click the green button” on site B the answer must be “click the blue button”.
Does Rasa support this concept, maybe through parameters which i could later give through the REST-API? I am currently looking through the learning resources provided but could not find an answer yet.
Thanks in advance