2

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?

Divyesh
  • 389
  • 2
  • 12

2 Answers2

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
-1

I just had the same issue, here is how to remove Google Assistant :

  1. Export your DialogFlow bot :

export

  1. Delete the bot:

enter image description here

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

enter image description here

  1. Import your previously exported bot :

enter image description here

  1. Now you should have your previous bot working & released from Google Assistant
Ssh-uunen
  • 313
  • 1
  • 9