我使用botframework for bot。 当botuser(来自slack或skype)向bot发送消息时,会发生这种情况:
这可能是什么?
这是我的回复:
接头:
{
"to": {
"name": "###",
"channelId": "slack",
"address": "###",
"id": "###",
"isBot": false
},
"from": {
"name": "###",
"channelId": "slack",
"address": "###",
"id": "###",
"isBot": true
},
"text": "Hello"
}