forked from RocketChat/Apps.Dialogflow
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 736 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "21b7d3ba-031b-41d9-8ff2-fbbfa081ae90",
"version": "1.2.3",
"requiredApiVersion": "^1.17.0",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat",
"homepage": "https://rocket.chat/",
"support": "support@rocket.chat"
},
"name": "Dialogflow",
"nameSlug": "dialogflow",
"classFile": "DialogflowApp.ts",
"description": "Integration between Rocket.Chat and the Dialogflow Chatbot platform",
"implements": [
"IPostMessageSent",
"IPostLivechatAgentAssigned",
"IPostLivechatAgentUnassigned",
"IPostLivechatRoomClosed",
"IUIKitLivechatInteractionHandler"
],
"commitHash": "4ef825edd0318dd1fc8c7b3da5dbf0d3a80f7844"
}