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()