Skip to content

Commit

Permalink
Alexa App resource files moved to their own directory.
Browse files Browse the repository at this point in the history
Also added SHOWNAME custom slot definition
  • Loading branch information
OverloadUT committed Jan 9, 2016
1 parent 95c928f commit 738b76a
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 67 deletions.
50 changes: 50 additions & 0 deletions ask_configuration/SHOWNAME.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Legends of Tomorrow
Game of Thrones
Sherlock
Shadowhunters: The Mortal Instruments
Jessica Jones
The Walking Dead
Making a Murderer
Arrow
Fargo
The Flash
Downton Abbey
American Horror Story
Homeland
Doctor Who
The Big Bang Theory
The Man in the High Castle
Supernatural
Grey's Anatomy
Mr. Robot
Breaking Bad
The 100
Once Upon a Time
The Expanse
Luther
Vikings
Gotham
The Vampire Diaries
Narcos
Daredevil
Orange Is the New Black
Sons of Anarchy
Shameless
NCIS
Ash vs Evil Dead
House of Cards
Criminal Minds
Pretty Little Liars
Friends
Modern Family
Dexter
Person of Interest
Fuller House
Suits
Into the Badlands
Supergirl
How I Met Your Mother
Colony
The X-Files
Outlander
The Twilight Zone
14 changes: 6 additions & 8 deletions intent-schema.json → ask_configuration/intent-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,17 @@
"slots": []
},
{
"intent": "YesIntent",
"slots": []
"intent": "AMAZON.YesIntent"
},
{
"intent": "NoIntent",
"slots": []
"intent": "AMAZON.NoIntent"
},
{
"intent": "StartShowIntent",
"slots": [
{
"name": "showName",
"type": "LITERAL"
"type": "SHOWNAME"
}
]
},
Expand All @@ -50,7 +48,7 @@
"slots": [
{
"name": "showName",
"type": "LITERAL"
"type": "SHOWNAME"
}
]
},
Expand All @@ -59,7 +57,7 @@
"slots": [
{
"name": "showName",
"type": "LITERAL"
"type": "SHOWNAME"
}
]
},
Expand All @@ -68,7 +66,7 @@
"slots": [
{
"name": "showName",
"type": "LITERAL"
"type": "SHOWNAME"
},
{
"name": "episodeNumber",
Expand Down
33 changes: 33 additions & 0 deletions ask_configuration/sample-utterances.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
BeginSetupIntent Begin setup
BeginSetupIntent Start setup
BeginSetupIntent Let's get started
ContinueSetupIntent Continue setup
AuthorizeMeIntent Authorize me
AuthorizeMeIntent Sign in to Plex
AuthorizeMeIntent Link my account
WhatsNewIntent Release notes
OnDeckIntent What's new
OnDeckIntent What is new
OnDeckIntent What is on deck
OnDeckIntent What's on deck
StartShowIntent Put on {showName}
StartShowIntent Play {showName}
StartHighRatedEpisodeIntent Put on a good episode of {showName}
StartHighRatedEpisodeIntent Play a good episode of {showName}
StartHighRatedEpisodeIntent Put on {showName} and make it a good one
StartHighRatedEpisodeIntent Play {showName} and make it a good one
StartSpecificEpisodeIntent Play season {one|seasonNumber} episode {one|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play season {two|seasonNumber} episode {two|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play season {three|seasonNumber} episode {three|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play season {four|seasonNumber} episode {four|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play season {five|seasonNumber} episode {five|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play season {six|seasonNumber} episode {six|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {one oh five|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {two oh six|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {three oh seven|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {four oh eight|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {five oh nine|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {one|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {two|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {three|episodeNumber} of {showName}
StartSpecificEpisodeIntent Play episode {four|episodeNumber} of {showName}
59 changes: 0 additions & 59 deletions sample-utterances.txt

This file was deleted.

0 comments on commit 738b76a

Please sign in to comment.