We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959b933 commit 4e7820cCopy full SHA for 4e7820c
games/MixMaster/lambda/custom/index.js
@@ -153,7 +153,7 @@ function getPrompt(speechOutput) {
153
var audio = songs[stage];
154
speechOutput += "Think about what " + data.mix[0] + " and " + data.mix[1] + " could make. <audio src='" + audio + "' /> What do they make?";
155
156
- this.response.speak(speechOutput);
+ this.response.speak(speechOutput).listen("What do " + data.mix[0] + " and " + data.mix[1] + " make?");
157
this.emit(':responseReady');
158
}
159
0 commit comments