How can i store the intent name in slot?

You’ll need to create an actions.py file, import the tracker and then call it get the intent name before you do whatever else you need to with it. (It sounds like you maybe want to set the slot to be the value of the intent?)

This forum post has a quick example you can modify.

1 Like