Action_extract_slot in which py file?

Hello I am looking for the method action_extract_slot. In which py file from the installation can I find the method action_extract_slot. I want to debug this method because the slot value is None but the entity was find the right value but does not save the value…

It’s defined in processor.py and in forms.py by calling: rasa.core.actions.action.action_for_name_or_text

If you search your env for action_extract_slots you can’t find this?

Also I think if your slot is not filled after the entity is detected you might need to take a look at your slot defenition. Did you define type: from_entity?