2

The DialogFlow documentation explains how to configure the Fulfillment webhook address using the web UI.

Is there a way to set it programmatically, calling any of the DialogFlow APIs?

Ron Harlev
  • 16,227
  • 24
  • 89
  • 132

1 Answers1

0

The answer is a no if you are trying to programmatically set the webhook address. What you can do is put a static url from the web UI (which you can't change programmatically) & then using params access/change the service you want from the cloud functions.

Ershadi
  • 133
  • 10