From f5d40dc9b4bb57b8830dcd6541a2a1189a6c9780 Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:22:22 -0700 Subject: [PATCH] docs(samples): Added comments (#425) * docs(samples): Added comments * changed comment --- samples/snippets/webhook.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/snippets/webhook.py b/samples/snippets/webhook.py index 2a3b00be3..0299170ca 100644 --- a/samples/snippets/webhook.py +++ b/samples/snippets/webhook.py @@ -14,6 +14,9 @@ # returns fullfillment response for dialogflow detect_intent call # [START dialogflow_webhook] + +# TODO: change the default Entry Point text to handleWebhook + def handleWebhook(request): req = request.get_json()