The Umbraco UK Fest is just around the corner and I am really looking forward to being there, as a speaker, this time! Hard work, but I am excited!!! I will be speaking about Alexa and a little skill I developed called Friendly Events. I developed this skill as a demo for the talk I did at the Polish Festival. At that time it supported just one request "How many days to Codegarden". For the UK Fest I have extended it to support few more requests - "When is the UK Fest", to tell you the date information and "What is the talk at 10:30am at the UK Fest?" , as an example, to retrieve and present you with the agenda at 10:30am.
The skill card for the skill is here.
P.S. The agenda of the festival might change slightly over the coming days but I plan to keep it as close as possible so that the skill has teh most up-to-date information!
I will be updating this post with more details as we move closer to the day of the fest. I have certain points that I cannot include in my talk without the risk of over-running on time massively, so for those points, I will put up some notes in my blog post. Further, I will be collating all the resources into this blog post as well as we approach the day!
Hope to see you all soon!
Resources
ASK Documentation
https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html
Understanding Custom Skills
https://developer.amazon.com/docs/custom-skills/understanding-custom-skills.html
Interaction Model
https://developer.amazon.com/docs/custom-skills/create-the-interaction-model-for-your-skill.html
Choosing Invocation Name
https://developer.amazon.com/docs/custom-skills/choose-the-invocation-name-for-a-custom-skill.html
Intents , Slots & Utterances
https://developer.amazon.com/docs/custom-skills/create-intents-utterances-and-slots.html
https://developer.amazon.com/docs/custom-skills/slot-type-reference.html
Functional Requirements for you API
https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-a-web-service.html#manually-verify-request-sent-by-alexa
Alexa Design Guide
https://developer.amazon.com/docs/alexa-design/get-started.html
Advanced Topics
Speech Synthesis Markup Language
https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
Dialog Delegating/Intent Chaining
https://developer.amazon.com/docs/custom-skills/delegate-dialog-to-alexa.html
Alexa Presentation Language
https://developer.amazon.com/docs/alexa-presentation-language/understand-apl.html
Related Courses
https://www.pluralsight.com/courses/amazon-echo-developing-alexa-skills
Github Code
https://github.com/apleroy/AlexaSkillsProject
Code Demo from my talk in PL Fest and UK Fest
https://github.com/poornimanayar/IOT.Demo
The skill card for the skill is here.
P.S. The agenda of the festival might change slightly over the coming days but I plan to keep it as close as possible so that the skill has teh most up-to-date information!
I will be updating this post with more details as we move closer to the day of the fest. I have certain points that I cannot include in my talk without the risk of over-running on time massively, so for those points, I will put up some notes in my blog post. Further, I will be collating all the resources into this blog post as well as we approach the day!
Hope to see you all soon!
Resources
ASK Documentation
https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html
Understanding Custom Skills
https://developer.amazon.com/docs/custom-skills/understanding-custom-skills.html
Interaction Model
https://developer.amazon.com/docs/custom-skills/create-the-interaction-model-for-your-skill.html
Choosing Invocation Name
https://developer.amazon.com/docs/custom-skills/choose-the-invocation-name-for-a-custom-skill.html
Intents , Slots & Utterances
https://developer.amazon.com/docs/custom-skills/create-intents-utterances-and-slots.html
https://developer.amazon.com/docs/custom-skills/slot-type-reference.html
Functional Requirements for you API
https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-a-web-service.html#manually-verify-request-sent-by-alexa
Alexa Design Guide
https://developer.amazon.com/docs/alexa-design/get-started.html
Advanced Topics
Speech Synthesis Markup Language
https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
Dialog Delegating/Intent Chaining
https://developer.amazon.com/docs/custom-skills/delegate-dialog-to-alexa.html
Alexa Presentation Language
https://developer.amazon.com/docs/alexa-presentation-language/understand-apl.html
Related Courses
https://www.pluralsight.com/courses/amazon-echo-developing-alexa-skills
Github Code
https://github.com/apleroy/AlexaSkillsProject
Code Demo from my talk in PL Fest and UK Fest
https://github.com/poornimanayar/IOT.Demo























