claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 253 forks source link

Skype reply markdown/XML support #102

Closed RPing closed 6 years ago

RPing commented 6 years ago

Since bot framework endpoint support markdown/XML, I replace original Skype endpoint with it.(https://github.com/claudiajs/claudia-bot-builder/compare/master...RPing:skype-reply-markdown#diff-e7fc292614c7b9e41d82f363d228f255R26)

ref: https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-create-messages https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-api-reference#base-uri

stojanovic commented 6 years ago

Thanks and sorry for the late merge.