Dialogflow禁用Google Assistant

时间:2018-09-27 13:43:05

标签: google-cloud-platform webhooks dialogflow google-assistant-sdk

我正在尝试在Dialogflow代理中启用Webhook实现。但是,每当我输入服务的URL时,都会出现一个错误,提示You can use only https:// in fulfillment url when "Google Assistant" integration enabled。我对使用Google Assistant集成没有兴趣。那么如何禁用它,以便可以将Webhooks发送到我的http://服务?

enter image description here

谢谢

2 个答案:

答案 0 :(得分:0)

您可以使用 ngrok 将您的 http://localhost:8080 更改为 https 并在履行中使用它。

答案 1 :(得分:-1)

我只是遇到了同样的问题,如果您不需要通过HTTPS的安全连接,那么以下是如何删除Google Assistant集成并使用简单的HTTP webhook实现:

  1. 导出您的DialogFlow机器人:

export

  1. 删除机器人:

enter image description here

  1. 创建一个新的空机器人并设置一个http webhook:

enter image description here

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

enter image description here

  1. 现在您应该可以使用以前的机器人,并从Google助手中释放该机器人