Skip to content

Commit b84b0df

Browse files
authored
Add YesIntent and NoIntent
Failed playlists will now ask if you want to try the next playlist, need a Yes/No answer, to keep the session open beyond 9 seconds.
1 parent bbd29d9 commit b84b0df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

InteractionModel.json

+8
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@
116116
"What is this",
117117
"What is playing"
118118
]
119+
},
120+
{
121+
"name": "AMAZON.YesIntent",
122+
"samples": []
123+
},
124+
{
125+
"name": "AMAZON.NoIntent",
126+
"samples": []
119127
}
120128
],
121129
"types": []

0 commit comments

Comments
 (0)