.Net

Hi, Iam new to RASA .Has anyone worked on a RASA .NEt Chatbot … Is it possible to enhance a chatbot built in .Net to a more robust RASA Chatbot. We have something built in .Net and want to enhance using the ML skills.

Hi Lakshmi,

Rasa is python based and it also has a REST API that could be called from a .Net application. To install Rasa on Windows there’s a video here.

The HTTP API docs are here.

You could use a .Net app as a channel to connect to a Rasa chatbot.