多轮对话中槽重置

https://www.jianshu.com/p/022b10b6c899
https://github.com/RasaHQ/rasa/issues/3105
https://www.niftyadmin.cn/n/5001767.html?action=onClick

参考:https://blog.csdn.net/wxl781227/article/details/129266649

from rasa_core.events import AllSlotsReset
from rasa_core.events import Restarted
from rasa_sdk.events import FollowupAction


return [FollowupAction("action_listen")]

Rasa3.X中使用Form支持多轮对话

https://www.jianshu.com/p/f105d8066390



官方说明



使用交互学习构建对话表单

https://rasa.com/docs/rasa/writing-stories/#using-interactive-learning