Closed Lawful830 closed 3 years ago
If you are building application for deployment then make sure to use DB to override python data structure so that you can serve through http/https and all state, topic, conversations and memory are in DB associated with user you can checkout ChatBotAI-HTTPServer or WebBot using Django wrapper
Basically respond
method takes user message (test) and session_id (text: user name) and returns a text
bot_response = chat.respond(user_message, session_id)
if you are planning to use it with Microsoft bot framework then checkout Microsoft-chatbot
Thanks
So im trying to transfer this bot to window with text, but i really dont know how?