Dialogflow禁用Google智能助理

问题描述 投票:0回答:1

我正在尝试在Dialogflow代理中启用webhook实现。但是,每当我输入我的服务的URL时,我都会收到一条错误消息,说You can use only https:// in fulfillment url when "Google Assistant" integration enabled。我对使用Google智能助理集成毫无兴趣。那么如何禁用它以便我可以将webhooks发送到我的http://服务?

enter image description here

谢谢

google-cloud-platform webhooks dialogflow google-assistant-sdk
1个回答
0
投票

我刚才遇到了同样的问题,如果你不需要通过HTTPS进行安全连接,那么如何删除Google智能助理集成并使用简单的HTTP webhook实现:

  1. 导出DialogFlow bot:

export

  1. 删除机器人:

enter image description here

  1. 创建一个新的空bot并设置一个http webhook:

enter image description here

  1. 导入以前导出的机器人:

enter image description here

  1. 现在,您应该让以前没有工作并从Google智能助理发布
© www.soinside.com 2019 - 2024. All rights reserved.