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?
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?
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.