{"id":27117,"date":"2020-12-15T20:21:23","date_gmt":"2020-12-16T04:21:23","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=27117"},"modified":"2020-12-17T17:20:40","modified_gmt":"2020-12-18T01:20:40","slug":"alexa-skills","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/alexa-skills\/","title":{"rendered":"Alexa Skills: Courses, Training, and Other Resources"},"content":{"rendered":"\n<p>Virtual assistants are practically available everywhere these days. Apple\u2019s Siri and the Google Assistant are some of the more popular online personal assistants that have snuck into every corner of our lives.<br><\/p>\n\n\n\n<p>This article focuses on Amazon Alexa, and how to approach building \u201cskills\u201d for it as a voice user interface (VUI) developer \u2014 someone who programs user interfaces, but for devices users interact with by using their voice.<br><\/p>\n\n\n\n<p>Your title doesn\u2019t have to specifically be \u201cvoice user interface developer\u201d to build Alexa skills. Anyone can do it with a bit of know-how!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are Alexa Skills?<\/h2>\n\n\n\n<p>Think of an Alexa skill as a trick you have taught to a puppy. Alexa comes pre-built with many tricks up its sleeve, but it can be taught many more through skill construction.<br><br><\/p>\n\n\n\n<p>You can also think of skills as apps. Just as your mobile phone has many apps that customize your interactions with a phone, Alexa \u201cskills\u201d allow users to customize their Alexa.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do Alexa Skills Work?&nbsp;<\/h3>\n\n\n\n<p>If you have an Alexa, try saying \u201cAlexa, what\u2019s the weather today in Seattle?\u201d. \u201cAlexa\u201d is the word that triggers the Alexa to invoke the <em>intent<\/em><strong> <\/strong><em>\u2014<\/em> the request<em> \u2014 <\/em>to search for the weather in Seattle.<br><\/p>\n\n\n\n<p>The question the user asked is called the <em>utterance<\/em>. Together, along with the response Alexa gives to the request, is the total Alexa skill. So you can say the Alexa skill is made up of three parts:<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>ALEXA_SKILL = user utterance + alexa intent =&gt; alexa response<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p><\/p>\n\n\n\n<p>The skill is made up of a vocal command from a user and an intent from Alexa that leads to a response vocalized by Alexa, whether that response is successful or not.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What are Alexa Skills Used for?<\/h3>\n\n\n\n<p>Alexa skills are used to customize an individual Alexa with certain abilities. The possibilities are endless: querying Wikipedia, asking about the weather, looking for movie times, or playing a game. These are all apps, or skills, that can be used to make your Alexa more intelligent.<br><\/p>\n\n\n\n<p>There are currently more than 100,000 Alexa skills available with many more being built every day!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Types of Alexa Skill Models<\/h3>\n\n\n\n<p>There are many different types of Alexa skills depending on what it is going to do. This dictates how your skill is going to interact with the Alexa service and what you will need to build.<br><\/p>\n\n\n\n<p>The Alexa skills usually fit in one of these models:<br><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Custom Skills.<\/strong> A skill where the developer has total control to define everything, from the utterance to the intent, and the response Alexa gives.&nbsp;<\/li><li><strong>Smart Home Skills.<\/strong> A pre-built skill that controls smart home devices such as lights, appliances, and thermostats. The utterances used here are called device directives.<\/li><li><strong>Flash Briefing Skills.<\/strong> A pre-built skill that gives the user\u2019s flash briefing (some sort of content)<\/li><li><strong>Video Skills.<\/strong> A pre-built skill that gives the opportunity to share video content with the user<\/li><li><strong>Music Skills.<\/strong> A pre-built skill that enables Alexa to provide audio content to a user<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>List Skills.<\/strong> A skill that has a customizable component to it that allows a user to interact with some sort of list-making application<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Learning How to Build Alexa Skills<\/h3>\n\n\n\n<p>You\u2019ve already started your education in learning how to build Alexa skills just by reading up to this point! Already, you have a high level overview of what an Alexa device is, that there are skills that need to be added to customize it, and what types of skills we can have.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How Long Does Alexa Skills Building Take to Learn?<\/h3>\n\n\n\n<p>If you are already a seasoned developer, learning how to build an Alexa skill will take an afternoon or two. It could take a little longer if your JSON, AWS Lambda, or backend skills are a little rusty.<br><br>Otherwise, to become proficient, expect it to take a little white if you need to learn how to program a backend using NodeJS, Python, or to learn AWS Lambda.<br><\/p>\n\n\n\n<p>I would allot several weeks to comprehend Alexa skill building if you are a new coder; however, you could build a simple \u201cHello World\u201d skill in an afternoon with the help of a tutorial that has code snippets. More complex skills will take longer only because you are learning to program at the same time.<br><\/p>\n\n\n\n<p>Keep doing the iterations of skill building, no matter how simple \u2014 the repetition is good for you!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Best Alexa Skills Building Courses and Trainings<\/h2>\n\n\n\n<p>Here are some of the best tutorials on Alexa skill building. This list is not exhaustive but contains some of the courses that have the highest reviews.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Online Alexa Skills Building Courses<\/h3>\n\n\n\n<p>The courses listed below have some sort of fee associated with them. Always extra research to see if you can find a discount\/promo code!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.udemy.com\/course\/alexa-skills-fundamentals\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Alexa Skills Fundamentals (New 2019)<\/a><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Udemy<\/li><li>Self-paced, 3.5 h of on-demand video<\/li><li>Prerequisites: no coding required<\/li><li>$9.99-$94.99 (look for it on sale)<\/li><\/ul>\n\n\n\n<p>This course is taught by a software architect who\u2019s been working in the business for 30 years. He lectures on the very basics and anticipates that students come in with no knowledge of coding. This is great for those who want a primer on the subject prior to diving deep into programming fundamentals.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.udemy.com\/course\/amazon-alexa-skill-development-course-build-monetize\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Ultimate Alexa Skill Development course: With &amp; Without Code<\/a><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Udemy<\/li><li>Self-paced<\/li><li>Prerequisites: none for non-coding portion; JavaScript and\/or Python for coding portion<\/li><li>$9.99-$94.99 (look for it on sale)<\/li><\/ul>\n\n\n\n<p>This course is interesting because it\u2019s divided into three parts: Non-coder building of an Alexa skill, JavaScript building of an Alexa skill, and Python building of an Alexa skill. If you are coming from a non-coding background, this may be a good course for you to get started with because you can get started right away with Alexa. As you learn to code, you can complete the other sections of the course as well!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Free Alexa Skills Building Courses<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.aws.training\/Details\/eLearning?id=34322\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Alexa for Developers<\/a><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Amazon Web Services<\/li><li>Self-paced, Digital Learning<\/li><li>Prerequisites: beginner level coding experience<\/li><li>FREE<\/li><\/ul>\n\n\n\n<p>In this AWS course, learn how to describe the usage of the Alexa Skills Kit (ASK) \u2014 Amazon&#8217;s&nbsp; Alexa documentation \u2014 to build, test, publish and certify Amazon Alexa skills.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/developer.amazon.com\/en-US\/blogs\/alexa\/alexa-skills-kit\/2018\/09\/how-to-build-your-first-alexa-skill-5-steps-to-get-started\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">How to Build Your First Alexa Skill: 5 Steps to Get Started<\/a><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Jedidiah Esposito, Certified Alexa Skill Builder<\/li><li>Self-paced, no video<\/li><li>Prerequisites: Be able to read documentation<\/li><li>FREE<\/li><\/ul>\n\n\n\n<p>This is a very basic tutorial that was posted in the Alexa Skills Kit blog on how to create your first Amazon Alexa skill. The tutorial helps to navigate the Alexa Skills Kit documentation, which can be quite overwhelming at first if you\u2019re not sure where to get started. Jedidiah Esposito illustrates the need to ask yourself some very important questions which will determine the architecture of your build.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.codecademy.com\/learn\/learn-alexa\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Learn Alexa<\/a><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Codecademy<\/li><li>Self-paced<\/li><li>Prerequisites: none<\/li><li>FREE<\/li><\/ul>\n\n\n\n<p>Codecademy has created, in partnership with Amazon Alexa, a basic course on how to get started when it comes to building a skill. You will learn how to use the Alexa Skills Kit and AWS to create an Alexa skill.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Be on the lookout for new courses and tutorials. The Alexa Skills Kit can change at any time and it\u2019s important to stay on top of the latest changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Online Alexa Skills Building Resources<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/www.ionos.com\/digitalguide\/online-marketing\/online-sales\/create-alexa-skills\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Program Alexa Skills Easily By Yourself<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/-zQOM9qG9sREqHsusuFWKfrwKSeytM9bZOTurW7PWaTgOjMOsM7QCO_ru8qcWDDGKDJnlY3iDbsbeFAYJoLqjzKXlhPI_6eki14WaSc_4X-rSf_uV6nHFX2X7G5K7rm8fslynB91\" alt=\"\"\/><\/figure>\n\n\n\n<p>This is a fairly thorough tutorial on how to get started with building Alexa skills that comes from the company IONOS by 1&amp;1. Be sure that you are getting up-to-date information with any non-Alexa tutorial.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/developer.amazon.com\/alexa\/alexa-skills-kit\/get-deeper\/tutorials-code-samples\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Tutorials and Code Samples<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/pVoslKZFvj4mRvJGZtzVY4zV7VZQgVphGvEZqGMBjMr9jvcshMRpS5muh0z-fNxF0gvmc5cXvcruVor9z1UKPDlr8pYwIkveEp2L78lonLXT2HvJ9bAUwUNgEETCu8Untks-yp9F\" alt=\"Amazon Alexa Documentation: Tutorials and Code Samples\"\/><\/figure>\n\n\n\n<p>This tutorial provides some assistance for Voice User Interface Developers\/Skill Builders of all levels, with links to tutorials and recommendations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/developer.amazon.com\/en-US\/alexa\/alexa-skills-kit\/get-deeper\/tutorials-code-samples\/build-a-multimodal-alexa-skill\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Build an Alexa Multimodal Skill<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/czIG5n7swzc9QFQXMfXD1fKziZenwYZvr5VtXET6Ta-c0vQ_yEO2UBCDz-YqW7huru19591aH70qwLfQpFLlzK5UIoItRe172ILaf1SlD8NFaW0AQNCgF1OCovkoqKF0nHSUhbOl\" alt=\"Amazon Alexa Documentation: How to Build a Multimodal Alexa Skill\"\/><\/figure>\n\n\n\n<p>This second tutorial from the Alexa Skills Kit\/Documentation is for progressing Alexa Skill builders who want to learn how to create skills that will work on both visual and non-visual Alexa devices (i.e. Amazon Echo Dot vs Amazon Show).&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Should You Study Alexa Skills?<\/h2>\n\n\n\n<p>You should learn how to build Alexa skills if you are interested in Voice User Interface (VUI) Development, which involves interaction with an interface where the person uses voice commands.<br><\/p>\n\n\n\n<p>Remember: a VUI Developer is not just limited to Amazon\u2019s Alexa! This is just one type of device you can use to learn what it means to bring good user experience to customers that use these types of devices in their everyday lives.<br><\/p>\n\n\n\n<p>Learning how to interact with Alexa by building thoughtful and interactive skills will be just one step in your journey to become a VUI Developer!<br><\/p>\n\n\n\n<p>Good luck!<\/p>\n","protected":false},"excerpt":{"rendered":"Virtual assistants are practically available everywhere these days. Apple\u2019s Siri and the Google Assistant are some of the more popular online personal assistants that have snuck into every corner of our lives. This article focuses on Amazon Alexa, and how to approach building \u201cskills\u201d for it as a voice user interface (VUI) developer \u2014 someone&hellip;","protected":false},"author":77,"featured_media":27118,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[50470],"tags":[],"class_list":{"0":"post-27117","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tech-guides"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"how to learn {subject}","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Alexa Skills<\/title>\n<meta name=\"description\" content=\"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alexa Skills: Courses, Training, and Other Resources\" \/>\n<meta property=\"og:description\" content=\"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-16T04:21:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-18T01:20:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"765\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Christina Kopecky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christina Kopecky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\"},\"author\":{\"name\":\"Christina Kopecky\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e\"},\"headline\":\"Alexa Skills: Courses, Training, and Other Resources\",\"datePublished\":\"2020-12-16T04:21:23+00:00\",\"dateModified\":\"2020-12-18T01:20:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\"},\"wordCount\":1425,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg\",\"articleSection\":[\"Tech Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\",\"name\":\"Alexa Skills\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg\",\"datePublished\":\"2020-12-16T04:21:23+00:00\",\"dateModified\":\"2020-12-18T01:20:40+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e\"},\"description\":\"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/alexa-skills\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg\",\"width\":1020,\"height\":765,\"caption\":\"Amazon Echo Dot with Alexa Virtual Assistant\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/alexa-skills\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Featured\",\"item\":\"https:\/\/careerkarma.com\/blog\/featured\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Alexa Skills: Courses, Training, and Other Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e\",\"name\":\"Christina Kopecky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg\",\"caption\":\"Christina Kopecky\"},\"description\":\"Christina is an experienced technical writer, covering topics as diverse as Java, SQL, Python, and web development. She earned her Master of Music in flute performance from the University of Kansas and a bachelor's degree in music with minors in French and mass communication from Southeast Missouri State. Prior to joining the Career Karma team in June 2020, Christina was a teaching assistant, team lead, and section lead at Lambda School, where she led student groups, performed code and project reviews, and debugged problems for students. Christina's technical content is featured frequently in publications like Codecademy, Repl.it, and Educative.\",\"sameAs\":[\"http:\/\/www.linkedin.com\/in\/cmvnk\"],\"url\":\"https:\/\/careerkarma.com\/blog\/author\/christina-kopecky\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Alexa Skills","description":"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerkarma.com\/blog\/alexa-skills\/","og_locale":"en_US","og_type":"article","og_title":"Alexa Skills: Courses, Training, and Other Resources","og_description":"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.","og_url":"https:\/\/careerkarma.com\/blog\/alexa-skills\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2020-12-16T04:21:23+00:00","article_modified_time":"2020-12-18T01:20:40+00:00","og_image":[{"width":1020,"height":765,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg","type":"image\/jpeg"}],"author":"Christina Kopecky","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Christina Kopecky","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/"},"author":{"name":"Christina Kopecky","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e"},"headline":"Alexa Skills: Courses, Training, and Other Resources","datePublished":"2020-12-16T04:21:23+00:00","dateModified":"2020-12-18T01:20:40+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/"},"wordCount":1425,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg","articleSection":["Tech Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/alexa-skills\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/","url":"https:\/\/careerkarma.com\/blog\/alexa-skills\/","name":"Alexa Skills","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg","datePublished":"2020-12-16T04:21:23+00:00","dateModified":"2020-12-18T01:20:40+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e"},"description":"Start learning Voice User Interface Development by learning to build an Alexa skill. In this article by Career Karma, we take a look courses, tutorials, and resources for learning how to build an Alexa skill.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/alexa-skills\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/12\/find-experts-at-kilta-com-db4jrNvZhOQ-unsplash.jpg","width":1020,"height":765,"caption":"Amazon Echo Dot with Alexa Virtual Assistant"},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/alexa-skills\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Featured","item":"https:\/\/careerkarma.com\/blog\/featured\/"},{"@type":"ListItem","position":3,"name":"Alexa Skills: Courses, Training, and Other Resources"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e","name":"Christina Kopecky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg","caption":"Christina Kopecky"},"description":"Christina is an experienced technical writer, covering topics as diverse as Java, SQL, Python, and web development. She earned her Master of Music in flute performance from the University of Kansas and a bachelor's degree in music with minors in French and mass communication from Southeast Missouri State. Prior to joining the Career Karma team in June 2020, Christina was a teaching assistant, team lead, and section lead at Lambda School, where she led student groups, performed code and project reviews, and debugged problems for students. Christina's technical content is featured frequently in publications like Codecademy, Repl.it, and Educative.","sameAs":["http:\/\/www.linkedin.com\/in\/cmvnk"],"url":"https:\/\/careerkarma.com\/blog\/author\/christina-kopecky\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/27117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/77"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=27117"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/27117\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/27118"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=27117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=27117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=27117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}