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?
Asked
Active
Viewed 1,176 times
2 Answers
2
You are going to have to use HTTPS as per the documentation:
From: https://dialogflow.com/docs/fulfillment/configure
Note that your webhook must use HTTPS, and the URL must be publicly accessible.

Morrison Chang
- 11,691
- 3
- 41
- 77
-
If you want to use Dialogflow, they gave the requirements. If you are unable to meet those you'll have to look elsewhere. – Morrison Chang Dec 26 '18 at 19:22
-1
I just had the same issue, here is how to remove Google Assistant :
- 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

Ssh-uunen
- 313
- 1
- 9