Rasa add intent

i want to add new intents stories and respoces from external app exemple ( app has a form question and answer i want to add them as intent automaticly ) is there a way?

@baji Can you please give an example?

one way is have rasa x on top of rasa open source, then you can anytime go to rasa x web interface and update your bot using the conversations and insights available

if you want to have it as automatic, may be you need to have some custom crontab on top of tracker store ( postgresql or mongo, etc wherever you have setup since in memory would be lost ). But this will involve good amount of logic and code