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 1 commit
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: Add handleWebhook to 'Entry point' in the Google Cloud Function
galz10 marked this conversation as resolved.
Show resolved Hide resolved

def handleWebhook(request):

req = request.get_json()
Expand Down