Our skill implements a digital version of the Paced Auditory Serial Addition Test.
This skill was created for Alexa devices, leveraging the powerful framework of Alexa Skill Kit.
- No software is required to run this. It is sufficient to upload the files on the Alexa Developer Console (ADC) after creating your own account. You can either, download the files in this repository or alternatively select the github repository link as template, when creating a new skill.
- Remember to add both Italian and English-US languages on the skill settings.
- A very important step: you need to provide the permissions indicated in the paragraph down below for a proper use of the skill with all its functionalities.
By cloning this repository and uploading it on the ADC you will be able to launch the skill by saying:
"Alexa Launch CoTra Skill".
- if you decide to refer to this GitHub repo to upload the skill, please remeber to change the skill invocations name which is set by default to "change me"
- Provide permission on the ADC.
- Install the Alexa App on your phone and log in with the same account you are using on Alexa Developer Console.
- Provide permissions on your phone.
Select the skill.
Provide permissions.
An in-depth description of the scripts can be found here, side by side with the code but here we introduce the main scripts of our skill.
index.js
: contains all the intent handlers and main dependencies.logic.js
: contains usefull functions mainly related to the creation of reminderslocalisation.js
: contains all the sentences Alexa is supposed to answer in Italian and Englishinterceptors.js
: specifies the interceptors behaviour during Requests and Responses, from and to Alexa's Front-End.
Rahul Yadav - Voice Evangelist for DabbleLab
Andrea Muttoni - Former Tech Evangelist for Amazon