我在点击Direct Line API的以下网址时遇到问题:
https://directline.botframework.com/v3/directline/conversations/Conversationid/activities
我要传递的标题: 令牌
Bdy
{
"type": "message",
"from": {
"id": "user1"
},
"text": "hello"
}
但是我遇到了错误
{
"error": {
"code": "Missing Property",
"message": "Missing 'Activity.From' field"
}
}
Chatbot具有自定义参数,但无法弄清楚如何传递相同的参数。 谁能帮我
我必须将自定义的Microsoft机器人与Android本机集成。