We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports.
1 parent 9921de2 commit f40f3b8Copy full SHA for f40f3b8
dialogflow-cx/webhooks.js
@@ -16,7 +16,7 @@
16
17
// [START dialogflow_cx_webhook]
18
19
-// TODO: change entry point to exports.handleWebhook in cloud function
+// TODO: change entry point to handleWebhook in cloud function
20
21
exports.handleWebhook = (request, response) => {
22
const tag = request.body.fulfillmentInfo.tag;
0 commit comments