我想检查我的机器人凭据(appId + appSecret)是否可以连接到https://api.botframework.com/bot/v1.0/messages。
我无法发送真正的消息,因为我没有对话正在运行,所以我尝试发布以下 json 消息:
{ "type": "Ping"}
但我得到的回复是
{
"error": {
"message": "Expression evaluation failed. Object reference not set to an instance of an object.",
"code": "ServiceError"
}
}
有什么方法可以检查我对 api 的访问是否正常?