Skip to content

Commit

Permalink
samples: Added comments (#748)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
galz10 and gcf-owl-bot[bot] authored Oct 15, 2021
1 parent 23e645b commit 299c46f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dialogflow/snippets/src/main/dialogflow/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@

// [START dialogflow_webhook]

// TODO: add GSON dependency to Pom file
// (https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.5)
// TODO: Uncomment the line bellow before running cloud function
// package com.example;

import com.google.cloud.functions.HttpFunction;
import com.google.cloud.functions.HttpRequest;
import com.google.cloud.functions.HttpResponse;
Expand Down

0 comments on commit 299c46f

Please sign in to comment.