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

Commit

Permalink
docs(samples): Added comments (#425)
Browse files Browse the repository at this point in the history
* docs(samples): Added comments

* changed comment
  • Loading branch information
galz10 committed Oct 18, 2021
1 parent 652e2e8 commit f5d40dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/snippets/webhook.py
Expand Up @@ -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()
Expand Down

0 comments on commit f5d40dc

Please sign in to comment.