botman / driver-botframework

BotMan Microsoft Bot Framework Driver
MIT License
9 stars 12 forks source link

I'm trying to make a bot for skype for business, but I can not in any way get the bot to respond to the platform. #6

Closed marcus-campos closed 6 years ago

marcus-campos commented 6 years ago

I'm trying to make a bot for skype for business, but I can not in any way get the bot to respond to the platform. I checked and noticed that the bot platform of Microsoft is correctly sending the calls to my bot, but the bot does not respond. Can anybody help me?

JSON POST

{  
   "type":"message",
   "id":"fe0909ad117941bf9cd9f3a4fc8481a6|0000004",
   "timestamp":"2017-11-07T16:17:03.7158268Z",
   "serviceUrl":"https://webchat.botframework.com/",
   "channelId":"webchat",
   "from":{  
      "id":"7uw3aFakiu6",
      "name":"You"
   },
   "conversation":{  
      "id":"fe0909ad117941bf9cd9f3a4fc8481a6"
   },
   "recipient":{  
      "id":"gfdkki-1995-lfdsjlhlfjgfbfds@jRl3LP--nEw",
      "name":"AnimaBot"
   },
   "textFormat":"plain",
   "locale":"pt-BR",
   "text":"Hi",
   "channelData":{  
      "clientActivityId":"1510069724831.0706768070698085.8"
   }
}