forked from kalliope-project/kalliope_starter_en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brain.yml
executable file
·38 lines (34 loc) · 914 Bytes
/
brain.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
---
- includes:
- brains/say.yml
- brains/systemdate.yml
- brains/neurotransmitter.yml
- brains/uri.yml
- name: "order-not-found-synapse"
signals: []
neurons:
- say:
message:
- "I haven't understood"
- "I don't know this order"
- "Please renew your order"
- "Would you please reword your order"
- "Can ou please reformulate your order"
- "I don't recognize that order"
- name: "on-triggered-synapse"
signals: []
neurons:
- say:
message:
- "yes sir?"
- "I'm listening"
- "I'm listening to you"
- "sir?"
- "what can i do for you?"
- "Speaking"
- "how can i help you?"
- name: "on-start-synapse"
signals: []
neurons:
- say:
message: "I'm ready"