We’re trying to use rasa for assisting conversations between two human actors (agent and user).
We’re unsure on how to handle the instance of predicting the next best response when all three actors (agent, user and bot) communicate in the same story.
i.e.
[Bot] Hi, you can send us a message at anytime if you need help.
[Human Agent] Did you have any specific questions?
[User] I do, what are your hours of operation?
In this case, we are not sure how to tell rasa (tracker) the intent of the ‘Human Agent’. We think it’s very important as it might change the context/flow of the conversation.
We’d really like to hear if anyone has a good idea on how to handle this scenario?
Thank you, Joseariel