-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
47 lines (37 loc) · 863 Bytes
/
domain.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
# domain.yml
version: "3.1"
intents:
- salutations
- aurevoir
- affirmatif
- negatif
- question_the_vert
- question_the_noir
- temperature_the_vert
- temperature_the_noir
- the_prefere
entities:
- the
slots:
the:
type: list
influence_conversation: false
mappings:
- type: from_entity
entity: cuisine
responses:
utter_salutations:
- text: "Bonjour !"
utter_aurevoir:
- text: "Bonne journée !"
utter_temperature_the_vert:
- text: "La température idéale pour le thé vert est de 75°C."
utter_temperature_the_noir:
- text: "La température idéale pour le thé noir est de 85°C."
utter_demande_the_prefere:
- text: "Quel est votre thé préféré ?"
utter_compris:
- text: "C'est noté ! Le {the}"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true