Is there any way to track whether (for instance by sending post request to /conversations/{conversation_id}/predict) whether the conversation according to Rasa is ended? I mean there is a story something like:
- User say hello
- Rasa asks for mood
- User says ‘I am sad’
- Rasa says ‘Goodbye’
What is the way to understand that we are at the point 4> at the moment?