Skip to content

Commit 577384f

Browse files
committed
Add playlists and channels
1 parent 87c2c19 commit 577384f

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

InteractionModel.json

+68
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
}
3333
],
3434
"samples": [
35+
"play music by {query}",
36+
"play songs by {query}",
3537
"play videos by {query}",
3638
"search for {query}",
3739
"Play {query}"
@@ -46,8 +48,74 @@
4648
}
4749
],
4850
"samples": [
51+
"shuffle {query}",
52+
"shuffle songs by {query}",
53+
"shuffle music by {query}",
4954
"shuffle videos by {query}"
5055
]
56+
},
57+
{
58+
"name": "PlaylistIntent",
59+
"slots": [
60+
{
61+
"name": "query",
62+
"type": "AMAZON.SearchQuery"
63+
}
64+
],
65+
"samples": [
66+
"Start playlist {query}",
67+
"Listen to playlist {query}",
68+
"Play playlist {query}"
69+
]
70+
},
71+
{
72+
"name": "ShufflePlaylistIntent",
73+
"slots": [
74+
{
75+
"name": "query",
76+
"type": "AMAZON.SearchQuery"
77+
}
78+
],
79+
"samples": [
80+
"Shuffle playlist {query}"
81+
]
82+
},
83+
{
84+
"name": "ChannelIntent",
85+
"slots": [
86+
{
87+
"name": "query",
88+
"type": "AMAZON.SearchQuery"
89+
}
90+
],
91+
"samples": [
92+
"Listen to channel {query}",
93+
"Start channel {query} ",
94+
"Play channel {query}"
95+
]
96+
},
97+
{
98+
"name": "ShuffleChannelIntent",
99+
"slots": [
100+
{
101+
"name": "query",
102+
"type": "AMAZON.SearchQuery"
103+
}
104+
],
105+
"samples": [
106+
"Shuffle channel {query}"
107+
]
108+
},
109+
{
110+
"name": "NowPlayingIntent",
111+
"slots": [],
112+
"samples": [
113+
"Who is this",
114+
"What video is playing",
115+
"What song is playing",
116+
"What is this",
117+
"What is playing"
118+
]
51119
}
52120
],
53121
"types": []

0 commit comments

Comments
 (0)