0

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();
4

1 に答える 1