We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports.
1 parent 9714e58 commit 7b8af69Copy full SHA for 7b8af69
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