Skip to content

Commit

Permalink
docs: added comment (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
galz10 authored and Ace Nassri committed Nov 17, 2022
1 parent 2bd4213 commit 4992b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dialogflow-cx/webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 4992b1a

Please sign in to comment.