-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.yaml
63 lines (55 loc) · 1.99 KB
/
templates.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
welcome: |
<speak>
Welcome to {{city}}Transit. This skill is built to provide you with real-time transit departures in {{city}}.
<break time="250ms"/>
We currently support {{num_agencies}} agencies in your city. <break time="250ms"/> {{agencies}}.
<break time="250ms"/>
If you need more information, please check the alexa app for the {{city}}Transit skill page.
<break time="250ms"/>
To begin, you can say
<break time="100ms"/>
Check {{agency}} for {{route}} at stop
<say-as interpret-as="digits">{{stop}}</say-as>.
</speak>
help: |
<speak>
I have sent some sample commands in your alexa app.
<break time="200ms"/>
To begin, you can say
<break time="100ms"/>
Check {{agency}} for {{route}} at stop
<say-as interpret-as="digits">{{stop}}</say-as>.
<break time="250ms"/>
For even more commands, check the alexa app for the {{city}}Transit skill page.
</speak>
help_card: |
Here are some examples you might like to try:
"Check {{agency}} for {{route}} at stop {{stop}}"
"Set {{agency}} to preset"
"Get {{agency}} for preset 1"
For a list of route IDs and stop IDs, check out {{website}}. Please leave a review for suggestions and feedbacks.
check_success_message: |
<speak>
The next route {{route}} at
<break time="150ms"/>
<say-as interpret-as="digits">{{stop}}</say-as>
{{stop_name}}
<break time="250ms"/>
is {{minutes}}.
</speak>
no_route_message: |
<speak>
There are currently no route {{route}} at stop
<say-as interpret-as="digits">{{stop}}</say-as>
<break time="100ms"/>
{{stop_name}}
</speak>
set_success_message: |
<speak>
Route {{route}} at stop
<say-as interpret-as="digits">{{stop}}</say-as>
is saved at preset {{preset}} for {{agency}}.
</speak>
try_again_message: I didn't get that. Please try that again.
internal_error_message: An internal error has occured. Please try again later.
preset_not_found_message: Preset {{preset}} has not yet been saved for {{agency}}.