-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwwwtime.yml
39 lines (38 loc) · 1.12 KB
/
wwwtime.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
---
- name: "Wwtime-city"
signals:
- order: "Give me the time in {{city}}"
neurons:
- wwtime:
gmaps_api_key: "AIzaSyAHRwjAs_AbywkLlaiTV3ZGyZhxJmL7Muk "
local: "Paris France"
city: "{{city}}"
file_template: "templates/en_wwtime.j2"
- name: "Wwtime-city-boton"
signals:
- order: "boston time"
neurons:
- wwtime:
gmaps_api_key: "AIzaSyAHRwjAs_AbywkLlaiTV3ZGyZhxJmL7Muk "
city: "New york city"
local: "Paris France"
file_template: "templates/en_wwtime.j2"
- name: "Wwtime-city"
signals:
- order: "Donne moi l'heure à {{city}}"
neurons:
- wwtime:
gmaps_api_key: "AIzaSyAHRwjAs_AbywkLlaiTV3ZGyZhxJmL7Muk"
local: "Paris France"
city: "{{city}}"
file_template: "templates/fr_wwtime.j2"
- name: "Wwtime-city-boton"
signals:
- order: "heure boston"
- order: "time boston"
neurons:
- wwtime:
gmaps_api_key: "GMAPS_API_KEY"
city: "boston"
local: "Paris France"
file_template: "templates/fr_wwtime.j2"