Home:ALL Converter>Integrate Custom built chatbot with Skype

Integrate Custom built chatbot with Skype

Ask Time:2018-05-23T13:49:09         Author:Harshita Sethi

Json Formatter

I have built a chatbot having NLP and AI features in Java language. I have built restful webservices for interaction with the chatbot's AI engine.

The rest API will send the user's query and in return will get an answer by the bot.

I want to integrate this chatbot with Skype. As in there should be a chatbot account and then whenever a person types their query, it should be sent to my server via rest api call and then in turn the response message should be shown in skype chat window.

In my findings, I have seen skype integration with bots built bu Microsoft Bot Framework. Can anyone suggest how can I integrate this custom bot.

If anybody feels I haven't added right tags to reach the exact audience, please add the tags.

Author:Harshita Sethi,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/50480679/integrate-custom-built-chatbot-with-skype
yy