Rasa with Python

Hi, I am planning to develop a Chatbot that can be accessed via simple Python code snippet rather than using the Command line/Terminal. I basically want the Chabot to run in a loop, as in, the users can keep asking as many questions they want and an answer will be given. Can somebody help me with this?

Hi @Shamim9007,

This is possible by writing your python program to act as a custom channel.

@Arjaan Is there any python api doc for using rasa as library as i can see only agent class documentation ?

Hi @shashank34,

You can use the Jupyter Notebook API reference as a reference.

We do not have an up to date python API reference doc at the moment.