kevin-mitchell / alexa-app

Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen
MIT License
97 stars 47 forks source link

Updates to AlexaRequest & Speech #3

Closed f2m2rd closed 8 years ago

f2m2rd commented 8 years ago

Hi @develpr,

I added a check for the key value in the function slot($slotKey) to protect against a 500 error as well as support for SSML as another Speech type.

Let me know if you need me to add/change anything.

Thanks @f2m2