Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不被激怒的情况下向频道发送消息?例如,每隔几个小时,Skype 聊天机器人可能会提醒您给妈妈打电话。
我正在使用 Microsoft 的新Bot Framework和 NodeJS sdk。
是的......所有内置的 Bot 类都有一个beginDialog()方法,可用于启动与用户的 bot 对话。basics-naturalLanguage 示例显示了使用 TextBot 类的示例,还有 testBot 示例显示了所有机器人的实际操作。对于 TestBot,您必须查看 'dialogs/run-async.js' 文件以查看实际调用。
beginDialog()