Dialogflow disable Google Assistant

杀马特。学长 韩版系。学妹 提交于 2019-12-31 05:35:09

问题


I am trying to enable webhook fulfillment in my Dialogflow agent. However, whenever I go to input the URL of my service, I get an error saying You can use only https:// in fulfillment url when "Google Assistant" integration enabled. I have no interest in using the Google Assistant integration. So how can I disable it so that I can send webhooks to my http:// service?

Thanks


回答1:


I just had the same issue, if you don't need a secure connection via HTTPS here is how to remove Google Assistant integration and use a simple HTTP webhook fulfillment :

  1. Export your DialogFlow bot :

  1. Delete the bot:

  1. Create a new empty bot and set a http webhook :

  1. Import your previously exported bot :

  1. Now you should have your previous bot working & released from Google Assistant


来源:https://stackoverflow.com/questions/52538487/dialogflow-disable-google-assistant

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!