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.
我想使用 Microsoft Bot Framework 构建一个 Skype 机器人,它可以提示用户将文件放入聊天中并让机器人对文件进行处理,有人知道这是否可能吗?
提示文档没有提到任何有关使用文件的内容。
谢谢!
因此,虽然没有接受文件的提示,但您可以使用 session.send() 告诉用户“将文件发送给我......”然后当他们向您发送文件时,它应该作为消息的一部分通过. 您可以通过 session.message.attachments 找到它。
话虽如此...为此添加提示并不是一个坏主意,因为它可以更容易地将其用作瀑布中的一个步骤。我在我们的 GitHub 页面上提出了增强建议。
https://github.com/Microsoft/BotBuilder/issues/74