简体   繁体   English

开发一个 Azure 机器人频道

[英]Develop an Azure Bot Channel

Does anybody know, is it possible to develop an own Bot Channel in Azure. When I publish a bot to azure, I must choose the channel like Alexa, Directline, Speech... How can I develop my own channel?有谁知道,是否可以在 Azure 开发一个自己的 Bot 频道。当我发布一个 bot 到 azure 时,我必须选择像 Alexa,Directline,Speech 这样的频道......我如何开发自己的频道? Regards Andreas问候安德烈亚斯

You would make use of Direct Line .您将使用Direct Line The Direct Line channel allows you to communicate with a bot using REST calls.直线通道允许您使用 REST 呼叫与机器人通信。 You can call the API from your application if none of the other channels meet your requirements.如果其他渠道都不符合您的要求,您可以从您的申请中拨打 API。 It would be up to you to design everything around how your user interacts with the bot.围绕用户与机器人交互的方式来设计一切都取决于您。

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

相关问题 Yammer Channel的Azure Bot服务 - Azure Bot service for Yammer Channel 使用Azure CLI的Azure Bot通道部署-无法创建机器人通道 - Azure Bot Channel Deployment with Azure CLI - not able to create bot channels 通道部分的Azure Bot通道注册为空白 - Azure Bot Channels Registration with Channel section blank Azure Bot Channel Registration for IIS 托管的 Microsoft Bot Framework sdk 聊天机器人不工作 - Azure Bot Channel Registration for IIS hosted Microsoft Bot Framework sdk chat bot not working 为Azure Bot创建Facebook Messenger通道时出错 - Error when creating Facebook Messenger Channel for Azure Bot 如何使用DirectLine通道在Azure表存储中存储和检索Bot数据? - How to store & retrieve Bot Data in Azure Table storage with directLine channel? 无法保存Kik通道配置-Azure Bot服务 - Unable to save Kik channel configuration- Azure Bot Service 不使用通道默认设置调用在Azure Bot Service中部署的Cortana Skill - Not invoking Cortana Skill deployed in Azure Bot Service with channel default settings Azure 机器人频道注册如何验证我的团队应用程序 - How does Azure Bot Channel Registration authenticate my Teams app 将Azure Bot服务与不可配置的聊天服务一起使用 - Using Azure Bot Service with non-Channel-Configurable Chat Service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM