When you work in technology, if you asked a random sampling of people if they normally felt very confident they’d say “no”. When you ask a question like that confidence is always seen as a social attribute, synonymous with extravert. If you asked the same group of people if their… Read more »
Yes, this is a personal post, and I’m trying to get across ideas I’m not hugely comfortable talking about. You’ve been warned and feel free to ignore it and wait until the next Alexa post. So, a little context So yeah, I’m an introvert, if you look up the definition… Read more »
Using the new Alexa Presentation Language in .NET Core with Alexa.NET
Alexa.NET Polly SupportAlexa.NET.APL v.15A dash of Riker Ipsum for good measure Everything below this line is a small reflection on how I got here – you don’t have to read it. I was looking at my GitHub and NuGet profiles this morning and as of the recent APL support and… Read more »
So you have your skill, everything’s deployed and sounds fantastic and your users are happy. How often does a blog article start with that? But that’s where we need to start in this article. Your skill is beautifully crafted, and when a user comes back it picks one of two… Read more »
Amazon have been super busy recently, and one of the most exciting announcements for me to be able to look into has been the ability to have in-skill purchasing. What this means is that your skill can now ask a user to make a purchase without ever leaving the echo… Read more »
Amazon have released a fabulous new update to the way Alexa works. If a user makes a request without a skill name and Alexa can’t handle it, machine learning kicks in and some of the most likely skills to handle it are sent a new kind of request asking if… Read more »
I think I may genuinely be running out of packages to write for the .NET Alexa community, but this one was important I got finished before I looked for my next project (I’ve not developed an actual skill in some time – it’s been all about the NuGet packages recently!)… Read more »
In my last article I wrote a little about using Gadgets with the Amazon Echo – specifically (at least at the moment) the Echo Buttons. We talked about the concept of the Gadget Controller changing the state of the buttons and the Game Engine interpreting the interactions. So now what?… Read more »
So after a long period of “coming soon”, Amazon have released the Gadgets Skill API Beta! And sticking to my previous goal of making the development of skills easier for .NET Core developers I’ve created a NuGet package to help with that. Originally I was planning to just go straight… Read more »