Get intent without custom action

Hi everyone, is there any way to get intent without using a custom action. I have app1.py file and i want to get intent of the current message in that file.

Thanks

Hi Omar,

I’m not sure I understand your question. Do you want to get the intent and do something with it whilst having a conversation with the bot? In that case you will have to use a custom action. If you just want to classify the intent of a string you can use a trained NLU model to do that offline.

i just want the intent of the query and want to save it in the database.

As I mentioned you can use stand-alone NLU models, check out Using NLU Only.