在 alexa 响应构建器中,如何在 .addAudioPlayerPlayDirective() 之后监听用户响应?
return handlerInput.responseBuilder
.speak(speechText)
.addAudioPlayerPlayDirective(
"REPLACE_ALL",
"https://firebasestorage.googleapis.com/v0/b/quizzfilm.appspot.com/o/Bientot-lepoque-viendra-ou-les-Hobbits-determineront-le-destin-de-tous.mp3?alt=media&token=7e5f570a-4e99-48a4-a473-e052d579ddcb",
"12345"
)
.withShouldEndSession(false)
.getResponse();