Is it possible to use rasa shell from python (for conversations)?

Hello community, I need to know if from python I can access the Rasa shell in any way, my goal is to be able to make a conversation from python. Right now I have only been able to use the interpreter but it only returns information about the intention.

thank

Hi Robert,

You’ll find some examples in our Jupyter docs.

There is also an example in notebook form in the workshop repo

Greg