Newer
Older
trust: .8
interactions:
# Greetings
- name: greeting-hi
expect:
- hello
- hello bot
- hey Kubot
- Kubot
- help
- what's up
- what's going on
- hey
- hi
- hi there
- heya
- hi bot
- Greetings
- hey bot
- hiii
- hey you
- howdy
answer:
- Hello =), my name is Kubot, I'm here to help!
- FAQ's
- Instance Init
- Additional Instance Resources
- Troubleshooting
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
- name: get-access-faq
expect:
- getting access
- how to get access
answer:
- Refer to our get access guide @ http://ucsd-prp.gitlab.io/userdocs/start/get-access/
action: respond
- name: get-started-faq
expect:
- getting started
- how to start
answer:
- Refer to our quickstart guide @ http://ucsd-prp.gitlab.io/userdocs/start/quickstart/
action: respond
- name: policies-faq
expect:
- what are the policies
- policies
- what are the rules
answer:
- Refer to our policies page @ http://ucsd-prp.gitlab.io/userdocs/start/policies/
action: respond
- name: storage-faq
expect:
- storage
- what kinds of storage is available
answer:
- Refer to our storage page @ http://ucsd-prp.gitlab.io/userdocs/storage
action: respond
- name: storage-ceph-faq
expect:
- ceph storage
- storage with ceph
- how to use ceph storage
answer:
- Refer to our ceph storage page @ http://ucsd-prp.gitlab.io/userdocs/storage/ceph
action: respond
- name: storage-edgefs-faq
expect:
- edge fs storage
- edgefs storage
- how to use edgefs storage
answer:
- Refer to our edgefs storage page @ http://ucsd-prp.gitlab.io/userdocs/storage/edgefs
action: respond