How to integrate the rasa 2.0 in the python GUI Window Application?

slightly_smiling_face:

I think the best way is using webhook (RASA Rest API) POST /webhooks/rest/webhook

With Python lib request https://docs.python-requests.org/en/latest/

Or… you can build front-end using some repositories like:

and python function QWebView.load(QUrl('http://www.www.pythoncentral.io')) to load web UI bot inside your python Gui Window Application

https://doc.qt.io/archives/qt-4.8/qwebview.html#details

Thank you