Hello Rasa Community,
I’m trying to fill a slot using form and actions but the slot is not getting filled. What confuses me is, the same code for different intent and form is working fine and as intended.
My intent:
domain.yml:
entities and slots:
rules.yml
actions.py
debug
The first problem was, room_count slot was getting filled instead after_time so to avoid that I set auto_fill: False
and that problem got resolved.
Please, let me know if any more information is required.
Thank you