Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit f5d40dc

Browse files
authored
docs(samples): Added comments (#425)
* docs(samples): Added comments * changed comment
1 parent 652e2e8 commit f5d40dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/snippets/webhook.py

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# returns fullfillment response for dialogflow detect_intent call
1515

1616
# [START dialogflow_webhook]
17+
18+
# TODO: change the default Entry Point text to handleWebhook
19+
1720
def handleWebhook(request):
1821

1922
req = request.get_json()

0 commit comments

Comments
 (0)