简体   繁体   English

Outlook 中的机器人集成 (Office 365)

[英]Bot integration in Outlook (Office 365)

Is it possible to develop a chatbot with a possible voice integration (maybe Cortana somehow) with the Microsoft Bot Framework and integrate it in Outlook (mail, calendar, tasks)?是否可以使用 Microsoft Bot Framework 开发具有可能的语音集成(可能是 Cortana)的聊天机器人并将其集成到 Outlook(邮件、日历、任务)中? I started looking at some resources我开始查看一些资源

https://dev.outlook.com/Videos#outlook-addins https://dev.outlook.com/Videos#outlook-addins

but cannot decide where I should look in particular.但无法决定我应该特别关注的地方。 Can someone provide me with a good start in terms of reading material?有人可以在阅读材料方面为我提供一个良好的开端吗?

If you want to create bots the botframework is the place to start, https://dev.botframework.com .如果您想创建机器人,可以从 botframework 开始, https: //dev.botframework.com。 Here you can create bots that interact with a chatclient.在这里,您可以创建与聊天客户端交互的机器人。 To understand text LUIS.AI ( https://luis.ai ) is startpoint.要理解文本 LUIS.AI ( https://luis.ai ) 是起点。 LUIS translates utterances into intents (what does user want) and entities (with what parameters). LUIS 将话语转换为意图(用户想要什么)和实体(带有什么参数)。

LUIS.AI has a number of pre-created application that act about Outlook (move appointment of 3 o'clock to 4) LUIS.AI 有多个预创建的应用程序,作用于 Outlook(将 3 点钟移动到 4 点钟的约会)

For cortana you can now only build UWP App that integrate your App with Cortana using Speech.对于 Cortana,您现在只能构建使用语音将您的应用程序与 Cortana 集成的 UWP 应用程序。 Sample can be found at: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/CortanaVoiceCommand可以在以下位置找到示例: https : //github.com/Microsoft/Windows-universal-samples/tree/master/Samples/CortanaVoiceCommand

If you want to have speech and transform it to text you can use cognitive services of Microsoft: https://www.microsoft.com/cognitive-services/en-us/speech-api如果您想要语音并将其转换为文本,您可以使用微软的认知服务: https : //www.microsoft.com/cognitive-services/en-us/speech-api

Hope this helps Sander希望这有助于桑德

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM