Fix Custom Action to Ask For the Next Slot Documentation #8069
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
There is a minor but important typo in Custom Action to Ask For the Next Slot documentation here. It states we can use
action_ask_<form_name>__<slot_name>
but this doesn't work and after experimenting with it I found out it should beaction_ask_<form_name>_<slot_name>
.The text was updated successfully, but these errors were encountered: