Hey,
while doing interactive learning with my bot, I noticed that the slots are not properly updated under rasa x. My action endpoint is properly set and it works well using interactive from rasa 1.0. How can I solve this ?
it should normally be :
* greet
- utter_greet
- utter_next_action
* request_color{"color": "green"}
- slot{"color": "green"}
- action_color
By the way, it is working in “Talk” mode !!