Skip to content

Commit 299c46f

Browse files
samples: Added comments (#748)
* Added Comments * Comment Fix * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 23e645b commit 299c46f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dialogflow/snippets/src/main/dialogflow/Example.java

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
// [START dialogflow_webhook]
2020

21+
// TODO: add GSON dependency to Pom file
22+
// (https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.5)
23+
// TODO: Uncomment the line bellow before running cloud function
24+
// package com.example;
25+
2126
import com.google.cloud.functions.HttpFunction;
2227
import com.google.cloud.functions.HttpRequest;
2328
import com.google.cloud.functions.HttpResponse;

0 commit comments

Comments
 (0)