-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathExample.template
More file actions
35 lines (29 loc) · 1.12 KB
/
Example.template
File metadata and controls
35 lines (29 loc) · 1.12 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
{% block %}
{% client %}((I('| a)m|my name is) )?(.*){% endclient %}
{% prev %}(.*)Can you please tell me your name{% endprev %}
{% response %}Thank you {name:%4}{% endresponse %}
{% endblock %}
{% block %}
{% client %}Do you remember my name{% endclient %}
{% response %}{% if {name} %}Yes I do {name}{% else %}No,{% chat what is my name %}{% endif %}{% endresponse %}
{% endblock %}
{% block %}
{% client %}(.*)(feeling|i feel|my feeling)(.*){% endclient %}
{% response %}{% call emo:%2 %}{% endresponse %}
{% endblock %}
{% block %}
{% client %}(Do you know about|who is|tell me about)(.*){% endclient %}
{% response %}{% call whoIs:%2 %}{% endresponse %}
{% endblock %}
{% block %}
{% client %}(let's get started){% endclient %}
{% response %}Hey, {% cap {% call identifyu:%2 %} %}{% endresponse %}
{% endblock %}
{% block %}
{% client %}(learn mode question)(.*){% endclient %}
{% response %}{% call learnq:%2 %}{% endresponse %}
{% endblock %}
{% block %}
{% client %}(learn mode answer)(.*){% endclient %}
{% response %}{% call learna:%2 %}{% endresponse %}
{% endblock %}