Skip to content

frogermcs/actions-on-google-nodejs

 
 

Repository files navigation

Actions On Google Client Library

This Actions On Google client library makes it easy to create your apps for the Google Assistant.

The client library supports both the Actions SDK webhook and Dialogflow fulfillment.

NPM Version Build Status

Setup Instructions

Actions SDK

  1. Import the appropriate class:
const { ActionsSdkApp } = require('actions-on-google');
  1. Create an instance:
const app = new ActionsSdkApp({ request: request, response: response });

Dialogflow v1

  1. Import the appropriate class:
const { DialogflowApp } = require('actions-on-google');
  1. Create an instance:
const app = new DialogflowApp({ request: request, response: response });

Please note that Dialogflow v2 is not currently supported by this client library.

References and How to report bugs

How to make contributions?

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

License

See LICENSE.md.

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.

Google+

Actions on Google Developers Community on Google+ https://g.co/actionsdev.

About

Client library for Actions on Google using Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%