Skip to content

Commit 84d16a2

Browse files
galz10dandhlee
authored andcommitted
docs(samples): Added comments (#425)
* docs(samples): Added comments * changed comment
1 parent b9eb42d commit 84d16a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dialogflow/webhook.py

Lines changed: 3 additions & 0 deletions
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)