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

docs(samples): Added comments #425

Merged
merged 2 commits into from Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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