Skip to content

Commit 71f9e23

Browse files
committedJan 29, 2018
first commit
1 parent 3f728c7 commit 71f9e23

File tree

13,950 files changed

+2069606
-0
lines changed

Some content is hidden

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

13,950 files changed

+2069606
-0
lines changed
 

‎.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "test-816ce"
4+
}
5+
}

‎action.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"actions": [
3+
{
4+
"name" : "MAIN",
5+
"intent" : {
6+
"name" : "actions.intent.MAIN"
7+
},
8+
"fulfillment" : {
9+
"conversationName" : "repeat"
10+
}
11+
}
12+
],
13+
"conversations" : {
14+
"repeat" : {
15+
"name" : "repeat",
16+
"url" : "https://us-central1-test-816ce.cloudfunctions.net/actions",
17+
"fulfillmentApiVersion" : 2
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)