Reputation: 1929
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
Upvotes: 0
Views: 1106
Reputation: 310
you could use ngrok to change your http://localhost:8080 to https and use it in fulfillment.
Upvotes: 0
Reputation: 311
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 :
Upvotes: 1