forked from jpriebe/ruuvu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphrases.json
54 lines (54 loc) · 1.62 KB
/
phrases.json
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
{
"greeting": [
"Hello! ",
"Hi! ",
"Hey. "
],
"ready": [
"Gill bot standing by. ",
"Gill bot is ready "
],
"help": "Gill bot uses movies and television shows you like to recommend others to watch. Start by saying something like ",
"example": [
"I really liked %s",
"I liked %s",
"I loved %s",
"I'm looking for something like %s",
"What's similar to %s"
],
"help_reprompt": "For examples, say help. To leave, say exit. ",
"opener": [
"Let's start with something you like. ",
"How about we begin with something you saw recently. ",
"Let's get started! "
],
"reprompt": [
"Still thinking? ",
"It doesn't have to be perfect. ",
"Go ahead, I won't judge. "
],
"last_thing_watched": "Tell me something you watched that you really liked. ",
"another thing": "How about another, or maybe a particular genre or mood you're looking for? ",
"progress": [
"Great: I've got it down to %s choices. ",
"Getting closer: I've narrowed my list to %s. "
],
"considering": [
"Sounds cool! ",
"Interesting. ",
"Aha..."
],
"misheard": "Sorry; I think you were mentioning a %s, but I didn't catch what it was. Try again? ",
"mismatch": [
"I don't have anything like %s at the moment; what else do you like? ",
"You have interesting tastes. Let's try another? "
],
"attr_comparison": "Let me try this: are you feeling more like %s or %s? ",
"suggestion": [
"I'd recommend %s: ",
"I think you'd like %s: ",
"I've got something - try %s. "
],
"where_to_watch": "You can watch it on %s",
"recently_added": "Recently added to %s"
}