问题
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 :
- Export your DialogFlow bot :
- Delete the bot:
- Create a new empty bot and set a http webhook :
- Import your previously exported bot :
- Now you should have your previous bot working & released from Google Assistant
来源:https://stackoverflow.com/questions/52538487/dialogflow-disable-google-assistant