-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbot.json
More file actions
44 lines (44 loc) · 1.04 KB
/
bot.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"id": "c59cc62f-299d-44d3-bced-8d94501f1380",
"name": "FunBot",
"description": "A simple and fun bot to get started with CSML!",
"default_flow": "Hello",
"tags": [],
"flows": [
{
"name": "CatGifs",
"description": "Show infinitely many fabulous cat gifs",
"commands": [],
"tags": []
},
{
"name": "Hello",
"description": "Tell your users what this bot is about!",
"commands": [],
"tags": []
},
{
"name": "RandomJoke",
"description": "Get random hilarious (or not) joke",
"commands": [],
"tags": []
}
],
"files": [],
"functions": [],
"apps": [
{
"name": "giphy",
"description": "Find random GIFs and stickers relevant to your chatbot conversation. Powered by Giphy.",
"args": [
"action=\"gif|sticker\"",
"query=\"\""
],
"runtime": "nodejs12.x",
"handler": "index.handler",
"environment": {},
"app_id": "7c8ce645-fb76-4d8f-ab47-90f4ffe3ca8a",
"version": "1.1.0"
}
]
}