-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates.yaml
40 lines (31 loc) · 2.25 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
greeting: |
Welcome to Baseball Score Check, your major league score card! Tell me a team and date, for instance 'Check the Tigers score on April 28 2013'.
You can also say 'HELP' for help, or 'STOP' to end.
greeting_help: |
I have scores for every game from the 2005 season onwards.
Just tell me a team and date.
For example, 'Tigers April 28 2013'.
Or 'Check the Arizona Diamondbacks yesterday'.
For a list of Major League Baseball teams, say 'TEAMS'.
To hear this message again, say 'HELP'.
To exit this skill, say 'STOP'.
lookup_prompt: Tell me a team and date. For instance, 'Tigers April 28 2013'. You can also say 'HELP' for help, or 'STOP' to end.
out_of_date: |
Sorry, I only keep scores back to the 2005 season, starting on April 3 2005.
Please 'CHECK' a team and date again. You can also say 'HELP' for help, or 'STOP' to end.
no_game_look_up: There was no game played on that day. Please 'CHECK' a team and date again. You can also say 'HELP' for help, or 'STOP' to end.
bad_date: Sorry, I didn't recognize that date. Try using specific dates like May 6 2017. Please 'CHECK' a team and date again. You can also say 'HELP' for help, or 'STOP' to end.
bad_input: |
Sorry, I didn't understand that request. Tell me a team and date, for instance 'Check the Tigers score on April 28 2013'.
You can also say 'TEAMS' for a list of Major League Baseball teams, or 'HELP' for help.
team_list: |
I can track the following teams: Angels, Astros, Athletics, Blue Jays, Braves, Brewers, Cardinals, Cubs, Diamondbacks,
Dodgers, Giants, Indians, Mariners, Marlins, Mets, Nationals, Orioles, Padres, Phillies, Pirates, Rangers, Rays,
Red Sox, Reds, Rockies, Royals, Tigers, Twins, White Sox, and Yankees. Please 'CHECK' a team and date.
You can also say 'HELP' for help, or 'STOP' to end.
bad_team: |
Sorry, I didn't recognize that team. I can track the following teams: Angels, Astros, Athletics, Blue Jays, Braves, Brewers, Cardinals, Cubs, Diamondbacks,
Dodgers, Giants, Indians, Mariners, Marlins, Mets, Nationals, Orioles, Padres, Phillies, Pirates, Rangers, Rays,
Red Sox, Reds, Rockies, Royals, Tigers, Twins, White Sox, and Yankees. Please 'CHECK' a team and date.
You can also say 'HELP' for help, or 'STOP' to end.
stop_cancel: Goodbye!