calum / alexa-drag-race-skill

Alexa skill for answering questions related to drag race
https://calum.github.io/alexa-drag-race-skill/
2 stars 1 forks source link

Handle the challenges won response better #14

Closed calum closed 6 years ago

calum commented 6 years ago

Alexa reads undefined

{
  "version": "1.0",
  "response": {
    "outputSpeech": {
      "ssml": "<speak> Thorgy Thor has won 0 main challenges and 0 mini challenges: undefined </speak>",
      "type": "SSML"
    },
    "speechletResponse": {
      "outputSpeech": {
        "ssml": "<speak> Thorgy Thor has won 0 main challenges and 0 mini challenges: undefined </speak>"
      },
      "shouldEndSession": true
    }
  },
  "sessionAttributes": {}
}
calum commented 6 years ago

fixing now

calum commented 6 years ago

closed by #20