dialogflow / dialogflow-cordova-client

Cordova library for Dialogflow
Apache License 2.0
42 stars 23 forks source link

Webhook user defined headers #26

Closed paragshar closed 7 years ago

paragshar commented 7 years ago

Is it possible to pass some user defined headers like the logged in person's Authorisation Header in the webhook request to the server?

sstepashka commented 7 years ago

No, now this feature doesn't supported. You can pass some data through contexts. See details here and here.