Is it possible to retrive information from MYSQL database if i ask my bot to get one?
You would need to write a custom action to transform the phrase into database query
Can you please tell how to convert or provide me link?
Can you please tell how to convert or provide me link?
you need to extract needed information in the form of intent and entities (you can use rasa for it) then you can create sql query programmatically