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

Commit 8bcea44

Browse files
author
Matt Carroll
committed
Move samples to seperate repos, bump version number
Change-Id: Ibc8a8f5ad3be9e9c5282d3e7c001cf2c8889a1b0
1 parent da41fcb commit 8bcea44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2
-1638
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This library is intended to be help building Node.js Dialogflow fulfillment for
1515
1. Create a Dialogflow agent
1616
1. [Enable the Cloud Function for Firebase inline editor](https://dialogflow.com/docs/fulfillment#cloud_functions_for_firebase)
1717
1. Copy this code in `samples/quick-start/functions/index.js` the `index.js` file in the Dialogflow Cloud Function for Firebase inline editor.
18-
1. Add `"dialogflow-fulfillment": "^1.0.0"` to the `package.json` file's `dependencies` object in the Dialogflow Cloud Function for Firebase inline editor.
18+
1. Add `"dialogflow-fulfillment": "^0.5.0"` to the `package.json` file's `dependencies` object in the Dialogflow Cloud Function for Firebase inline editor.
1919
1. Click `Deploy`
2020

2121

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dialogflow-fulfillment",
33
"description": "Dialogflow Fulfillment Library for Node.js",
44
"main": "src/dialogflow-fulfillment.js",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"license": "Apache-2.0",
77
"author": "Google Inc.",
88
"directories": {

samples/actions-on-google/README.md

-43
This file was deleted.
-8.06 KB
Binary file not shown.

samples/actions-on-google/dialogflow-agent/agent.json

-42
This file was deleted.

samples/actions-on-google/dialogflow-agent/intents/Action on Google List Select.json

-35
This file was deleted.

samples/actions-on-google/dialogflow-agent/intents/Default Fallback Intent.json

-41
This file was deleted.

samples/actions-on-google/dialogflow-agent/intents/Default Welcome Intent.json

-37
This file was deleted.

samples/actions-on-google/dialogflow-agent/intents/Other Intent.json

-28
This file was deleted.

samples/actions-on-google/dialogflow-agent/intents/Other Intent_usersays_en.json

-14
This file was deleted.

samples/actions-on-google/dialogflow-agent/package.json

-3
This file was deleted.

samples/actions-on-google/firebase.json

-1
This file was deleted.

samples/actions-on-google/functions/index.js

-99
This file was deleted.

0 commit comments

Comments
 (0)