How can I integrate a rasa chatbot with a QA platform like stackoverflow for teams?

118 Views Asked by At

I need to integrate my developed chatbot with RASA with a question and answer platform like stackoverflow for teams version

1

There are 1 best solutions below

0
cantdutchthis On

In RASA you can use custom actions to have custom python code handle an intent of a user. More information on this topic can be found here.