Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Move samples to seperate repos, bump version number
Browse files Browse the repository at this point in the history
Change-Id: Ibc8a8f5ad3be9e9c5282d3e7c001cf2c8889a1b0
  • Loading branch information
Matt Carroll committed Jul 24, 2018
1 parent da41fcb commit 8bcea44
Show file tree
Hide file tree
Showing 54 changed files with 2 additions and 1,638 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This library is intended to be help building Node.js Dialogflow fulfillment for
1. Create a Dialogflow agent
1. [Enable the Cloud Function for Firebase inline editor](https://dialogflow.com/docs/fulfillment#cloud_functions_for_firebase)
1. Copy this code in `samples/quick-start/functions/index.js` the `index.js` file in the Dialogflow Cloud Function for Firebase inline editor.
1. Add `"dialogflow-fulfillment": "^1.0.0"` to the `package.json` file's `dependencies` object in the Dialogflow Cloud Function for Firebase inline editor.
1. Add `"dialogflow-fulfillment": "^0.5.0"` to the `package.json` file's `dependencies` object in the Dialogflow Cloud Function for Firebase inline editor.
1. Click `Deploy`


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dialogflow-fulfillment",
"description": "Dialogflow Fulfillment Library for Node.js",
"main": "src/dialogflow-fulfillment.js",
"version": "0.4.1",
"version": "0.5.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"directories": {
Expand Down
43 changes: 0 additions & 43 deletions samples/actions-on-google/README.md

This file was deleted.

Binary file removed samples/actions-on-google/dialogflow-agent.zip
Binary file not shown.
42 changes: 0 additions & 42 deletions samples/actions-on-google/dialogflow-agent/agent.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions samples/actions-on-google/dialogflow-agent/package.json

This file was deleted.

1 change: 0 additions & 1 deletion samples/actions-on-google/firebase.json

This file was deleted.

99 changes: 0 additions & 99 deletions samples/actions-on-google/functions/index.js

This file was deleted.

Loading

0 comments on commit 8bcea44

Please sign in to comment.