Git Product home page Git Product logo

dialogflow-webhook-boilerplate-java's Introduction

Actions on Google: Java Client Library Boilerplate

Boilerplate to help you get started quickly with the Java client library for Actions on Google.

Setup Instructions

Action Configuration

  1. From the Actions on Google Console, add a new project (this will become your Project ID) > Create Project.
  2. Scroll down to the More Options section, and click on the Conversational card.
  3. From the left navigation menu under Build > Actions > Add Your First Action > BUILD (this will bring you to the Dialogflow console) > Select language and time zone > CREATE.
  4. In Dialogflow, go to Settings โš™ > Export and Import > Restore from zip.
    • Follow the directions to restore from the agent.zip file in this repo.

App Engine Deployment & Webhook Configuration

When a new project is created using the Actions Console, it also creates a Google Cloud project in the background.

  1. Delete ActionsAWSHandler.java
  2. Remove the following line from build.gradle:
    • apply from: 'build-aws.gradle'
  3. Download & install the Google Cloud SDK
  4. Configure the gcloud CLI and set your Google Cloud project to the name of your Actions on Google Project ID, which you can find from the Actions on Google console under Settings โš™
    • gcloud init
    • gcloud auth application-default login
    • gcloud components install app-engine-java
    • gcloud components update
  5. Deploy to App Engine using Gradle:
    • gradle appengineDeploy OR
    • From within IntelliJ, open the Gradle tray and run the appEngineDeploy task.
  6. Back in the Dialogflow console, from the left navigation menu under Fulfillment > Enable Webhook, set the value of URL to https://<YOUR_PROJECT_ID>.appspot.com > Save.

Build for AWS

  1. Delete ActionsServlet
  2. Remove the following line from build.gradle:
    • apply from: 'build-gcp.gradle'
  3. Build the AWS Lambda compatible zip file using the buildAWSZip gradle task: gradle buildAWSZip
  4. Deploy the zip file found at build/distributions/myactions.zip as an AWS Lambda function by following instructions at https://aws.amazon.com/lambda/

Testing this Sample

  1. In the Dialogflow console, from the left navigation menu > Integrations > Integration Settings under Google Assistant > Enable Auto-preview changes > Test to open the Actions on Google simulator.
  2. Type Talk to my test app in the simulator, or say OK Google, talk to my test app to Google Assistant on a mobile device associated with your Action's account.

References & Issues

Make Contributions

Please read and follow the steps in the CONTRIBUTING.md.

License

See LICENSE.

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service.

dialogflow-webhook-boilerplate-java's People

Contributors

kishores avatar nycodes9 avatar taycaldwell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.