简体   繁体   English

使用 Microsoft Bot Framework 管理 Skype 通话

[英]Manage Skype call with Microsoft Bot Framework

I'd like to be able to manage voice skype calls using Microsoft Bot Framework and creating Skype Bot I see this option:我希望能够使用Microsoft Bot Framework管理语音 Skype 通话并创建 Skype Bot 我看到此选项:

在此处输入图片说明

I read Limited Preview , do I have to make a special request or is it enough my account I used to create Skype Bot?我阅读了Limited Preview ,我是否必须提出特殊要求,或者我用来创建 Skype Bot 的帐户是否足够? In the first case how to do it?在第一种情况下怎么做呢?

Finally, where I can find documentation to start learning how to develop this process?最后,我在哪里可以找到文档来开始学习如何开发这个过程? For example, where I can find a webhook for this service?例如,在哪里可以找到此服务的网络钩子?

What I would like to to is to call to Bot by phone call then analyze speech, analize it by Luis and/or Bot Framework then reply to user by text to Speech.我想要的是通过电话呼叫 Bot,然后分析语音,通过 Luis 和/或 Bot Framework 对其进行分析,然后通过文本到语音回复用户。

Is it a reasonable scenario?这是一个合理的场景吗? Is it the way or is there another solution?这是方法还是有其他解决方案?

Thanks谢谢

The Skype Calling API is now available in the bot framework as of V3 which was released just a couple of weeks ago. Skype Calling API 现在可在几周前发布的 V3 机器人框架中使用。 The API lets your bot answer calls, record audio, recognize speech (using LUIS congnitive service) or accept digits from the user on the dial pad. API 可让您的机器人接听电话、录制音频、识别语音(使用 LUIS 认知服务)或在拨号盘上接受用户的数字。 You can combine these actions and create complex dialogs with the user.您可以组合这些操作并与用户创建复杂的对话。

You can see all the info about the Calling API at https://docs.botframework.com/en-us/skype/calling/您可以在https://docs.botframework.com/en-us/skype/calling/查看有关 Calling API 的所有信息

Hope that helps!希望有帮助!

Voice is bot yet available in the botframework.语音是机器人但在机器人框架中可用。

Not sure that it will be available soon.不确定它会很快上市。

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

相关问题 使用Microsoft Bot Framework检索用户的Skype头像和个人资料 - Retrieve user's Skype avatar and profile with Microsoft Bot Framework Microsoft Bot Framework - 团队和Skype for Business不支持自适应卡版本 - Microsoft Bot Framework - Adaptive card version not supported in Teams and Skype for Business Herocard在skype Microsoft bot框架中没有显示超过3个按钮 - Herocard not displaying more than 3 buttons in skype Microsoft bot framework 从Microsoft Bot Framework Channel查找Skype用户名 - Find Username of skype from Microsoft Bot Framework Channel Microsoft bot 框架 - Bot 通道注册。 无法将录制的视频从 Skype 保存到 Azure 存储帐户 - Microsoft bot framework - Bot channel Registration. Unable to save the recorded video from skype to Azure storage account Microsoft Bot Framework Analytics API 调用不起作用 - Microsoft Bot Framework Analytics API call not working Bot Framework-Bot在Skype上发起对话 - Bot Framework - Bot initiates the conversation on Skype 文件附件在Microsoft Bot Emulator中起作用,但在Skype中不起作用 - File attachment works in Microsoft Bot Emulator but not in Skype 将MS bot框架用户连接到Skype上的某个人 - Connecting a MS bot framework user to someone on Skype 带有LUIS的Microsoft Bot Framework - Microsoft Bot Framework with LUIS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM