Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

googlearchive/actionssdk-eliza-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status

This sample is no longer maintained. It's here for archive purposes only.

Actions on Google: Actions SDK Eliza Sample using Node.js and Cloud Functions for Firebase

This sample includes code from elizabot by N. Landsteiner, based on the original ELIZA program by Joseph Zeizenbaum (MIT 1966).

Setup Instructions

Steps

  1. Use the Actions on Google Console to add a new project with a name of your choosing and click Create Project.
  2. Click Skip, located on the top right to skip over category selection menu.
  3. On the left navigation menu under BUILD, click on Actions. Click on Add Your First Action and choose your app's language(s).
  4. Deploy the fulfillment webhook provided in the functions folder using Google Cloud Functions for Firebase:
    1. Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to select the project that you have previously generated in the Actions on Google Console and to reply N when asked to overwrite existing files by the Firebase CLI.
    2. Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (eliza): https://us-central1-YOUR_PROJECT.cloudfunctions.net/eliza
  5. Update the action package, eliza.json, replacing the placeholder value YOUR_ENDPOINT_URL with the value for Function URL obtained from the previous step.
  6. Install the gactions CLI if you haven't already.
  7. Run the command, adding in your project_id gactions update --action_package eliza.json --project <YOUR_PROJECT_ID>.
  8. Return to the Actions on Google Console, on the left navigation menu under Test, click on Simulator.
  9. Type "Talk to my test app" in the simulator, or say "OK Google, talk to my test app" to any Actions on Google enabled device signed into your developer account.

For more detailed information on deployment, see the documentation.

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

Eliza Actions SDK sample for Actions on Google

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published