diff --git a/dialogflow-cx/webhooks.js b/dialogflow-cx/webhooks.js index 9d687394bd..63a683d64b 100644 --- a/dialogflow-cx/webhooks.js +++ b/dialogflow-cx/webhooks.js @@ -16,6 +16,8 @@ // [START dialogflow_cx_webhook] +// TODO: change entry point to exports.handleWebhook in cloud function + exports.handleWebhook = (request, response) => { const tag = request.body.fulfillmentInfo.tag; let text = '';