Slot is not getting filled from form submission

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:

ss

domain.yml:

ss

entities and slots:

ss

rules.yml

ss

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 :slight_smile:

It still seems like after_time was not recognized as entity. Do you have enough training data for it?

1 Like