简体   繁体   English

如何在不使用 Azure 服务的情况下将 Whatsapp 与 Power 虚拟代理集成?

[英]How to integrate Whatsapp with Power virtual agent without using Azure service?

When I tried creating a WhatsApp channel through Microsoft power virtual agent, they have provided BotID and Tenant ID and a documentation which is redirecting to the azure bot service.当我尝试通过 Microsoft 电源虚拟代理创建 WhatsApp 频道时,他们提供了 BotID 和租户 ID 以及重定向到 azure 机器人服务的文档 Is there any way to use Power Virtual Agent or Power Automate w/o using Azure bot service?有没有使用 Azure 机器人服务的 Power Virtual Agent 或 Power Automate 的方法?

If we have to use a bot service is the only way to use NodeJS as in the Doc and Github code in C#.如果我们必须使用机器人服务是使用 NodeJS 的唯一方法,如 Doc 和 C# 中的 Doc 和 Github 代码。

Thanks.谢谢。

Unfortunately, Power virtual agents don't provide a way to natively integrate with WhatsApp and you need to follow the steps mentioned in the documentation.不幸的是,Power 虚拟代理不提供与 WhatsApp 本地集成的方法,您需要按照文档中提到的步骤进行操作。

You should be able to use the language of your choice for which BotFramework has an SDK: https://github.com/microsoft/botframework-sdk您应该能够使用 BotFramework 具有 SDK 的您选择的语言: https://github.com/microsoft/botframework-sdk

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

相关问题 有没有办法在不使用任何其他后端服务的情况下将我网站上的 Stripe 支付与 Firebase 后端服务集成? - Is there a way to integrate a Stripe payment on my website with Firebase backend service without using any other backend service? 将 Bot Framework v4 bot 连接到 nodejs 中的 Power Virtual Agent bot - Connecting Bot Framework v4 bot to a Power Virtual Agent bot in nodejs 如何在不注册接收者号码的情况下使用 twilio whatsapp 发送自定义通知? - How to send custom notifications using twilio whatsapp without registering receiver's number? 如何使用 Twilio Whatsapp API 保存状态 - how to preserve state using Twilio Whatsapp API 如何将持续集成与Microsoft Azure集成 - How to integrate a Continous Integration with Microsoft Azure 如何使用 nodejs/python 抓取 whatsapp 网页? - How to scrape whatsapp web using nodejs/python? 如何使用twilio将音频文件发送到whatsapp? - how to send audio files to whatsapp using twilio? Windows Azure虚拟机和云服务Node.js应用程序部署 - Windows Azure Virtual Machine and cloud service nodejs app deploy 如何将 Ethereal email 服务与 Cypress 10 集成 - How to integrate Ethereal email service with Cypress 10 如何使用 blob 服务以编程方式删除 azure 存储中未提交的块? - how to programmatically delete uncommitted blocks in azure storage using blob service?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM