Rasa connection to Microsoft SQL Server

How can i question Microsoft SQL Server with rasa input question? Like Based on user intent i want to send a query to database then i show that result to user with some text format.

1 Like

Yes, with a custom action.

The rasa-demo bot has examples of this using the discourse and algolia API’s.

@stephens Thanks I’ve solved this problem.