-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
64 lines (64 loc) · 1.99 KB
/
manifest.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
_metadata:
major_version: 1
minor_version: 1
display_information:
name: Classroom Assistant
description: A highly configurable Slack application that can learn and
intelligently answer student questions in the place of an instructor or TA.
background_color: "#004492"
long_description: Classroom Assistant is a publicly distributable Slack
application that can intelligently answer student questions in the place of
an instructor or TA. The application creates a personalized knowledge base
per Slack workspace and learns based on information and answers provided by
the instructor. This is meant to provide an automated solution for
instructors to only need to answer a question once.
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: Classroom Assistant
always_online: true
slash_commands:
- command: /add-file
url: # Insert your ../slack/events url here.
description: Add a new resource file
should_escape: false
- command: /add-entry
url: # Insert your ../slack/events url here.
description: Add a new manual entry
should_escape: false
- command: /ping
url: # Insert your ../slack/events url here.
description: pong!
should_escape: false
oauth_config:
redirect_urls:
- # Insert your ../slack/oauth_redirect url here.
scopes:
bot:
- app_mentions:read
- channels:history
- chat:write
- commands
- groups:history
- im:history
- im:write
- mpim:history
settings:
event_subscriptions:
request_url: # Insert your ../slack/events url here.
bot_events:
- app_home_opened
- app_mention
- app_uninstalled
- message.channels
- message.groups
- message.im
- message.mpim
interactivity:
is_enabled: true
request_url: # Insert your ../slack/events url here.
org_deploy_enabled: false
socket_mode_enabled: false