Have googled about this a bit. Could not land on a solution. I have a peculiar case where I don’t want the NLU to detect the same intent for some specific period of time. I wish to do this the hacker-way rather than modifying the stories for it.
I think the best way to do so would be to have a custom component on the end of the config pipeline where you’d pass in metadata related to the last events (obtain them from tracker) and then in that component you’d be able to blacklist intents for specified time periods.
In your case, you’d process metadata available in the message (send metadata by providing it through connector; you can refer to Custom Connectors for metadata insight) and choose from available intents based on that.