image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

~~ Jan 2022 Update • Start the year right! ~~
There's a new section, "
TL;DR - Diving in & creating one skill
", that will help you get started with Skill Building using the latest Amazon Alexa Developer Console interface. You will build a "Zodiac Finder" skill that will help you learn several voice interaction concepts - such as Invocation Name, Intents & Slots (both Built-in & Custom), Slot Values, Interaction Model, Skill Logic, Debugging, Setting Lambda Endpoints, and using Multiple Languages. Finally, you will test the skill on the browser-based Alexa Simulator, the Alexa App and an Amazon Echo device.
•••
Get Meta & Practical Knowledge on Building Voice Interfaces (VUIs) / Conversational Interfaces
Suitable for Beginners & Power Users
Developers
Project Managers
Marketer
Course Highlights
Get an understanding of Lambda, Lex, Polly, S3 & more
Utilize Alexa Skills Kit v2 using Node.js 10.x
Build an Introductory Skill (for Reading out Quotes)
Create an Advanced Skill using Third Party APIs (Google Maps)
Get the fundamental understanding of how all pieces fit together and how a Virtual Personal Assistant works
--
Why this course?
There is a shift happening in the way we as a species communicate with machines. With the advent of Amazon Alexa, Google Assistant, Apple Siri, and Microsoft Cortana, the focus on Voice User Interfaces or Voice Activated Conversational Interfaces is rapidly increasing.
This ever changing world presents a threat to the way we operate, especially when we do not understand it. A more AI aware world might be years away, but if we learn how to talk to and control the machines then we grow collectively.
--
The "Real" Goal for this course
Yes, Amazon Alexa and similar voice activated interfaces look and sound pretty cool. You can use the extensive documentation available with each interface to build out the skills.
However, just
learning the syntax of a particular system is not enough
. To mature as an individual, you need to gain the
foundational skills
on how these interfaces operate, and be
technology agnostic
when it comes to building these conversational interfaces.
The real goal of this course is to get you competent enough to understand the complexities that go behind designing and creating the voice user interfaces, so that you can immediately assess how different pieces of the puzzle fit together.
--
Practical Implementation of the Real Goal
No matter how much of the fundamental knowledge you have, if you are unable to put it to practice, then usually it is of no real value.
This course not only focuses on getting you ahead of others in understanding how a voice user interface works, but helps you build your very own uber cool personal assistant using Amazon Alexa, that can do what you can make it do.
Building a personal assistant using Alexa Custom Skills is just one of the techniques, and you will learn very soon that you can design a variety of interfaces through the knowledge that you gain.
Amazon has always been ahead of the game in terms of building voice interfaces, and you will be able to understand how you can leverage what Amazon has to offer to get you to communicate with machines effectively.
--
What will you learn?
By using Amazon Alexa, and building a Voice Activated Personal Assistant, you will gain the following:
Understand what is Amazon Alexa and its ecosystem
What are Voice Interaction Models, and how they can help you build a better and reliable voice interface
Know the technologies that work behind a voice activated interface
Use Amazon Services such as Lambda, S3, CloudWatch, & IAM and how they interact with each other
Deconstruct an Alexa Skill, and get clarity on what are Intents, Slots, and Utterances
Develop with
Node.js 10.x
and
Alexa Skills Kit SDK v2
to build a personal assistant that responds to your queries
Connect with Third Party APIs and process information, use asynchronous requests,
promises, and await expressions in async functions
Maintain data persistence within an Active Alexa Session
Introduce errors, and Test Alexa Skills through 4 different modes including simulators and physical devices
Leverage the Amazon Web Services to build a Consistently Reliable Architecture
You will get a complete checklist on what all you will be achieving, with code that is available on GitHub for easy access. The lectures will have links, files, and diagrams attached to them wherever relevant.


Even if you do not have the knowledge of Node.js, you will be able to fundamentally understand how you can build custom skills, and implement it in your own preferred language.
The sooner you get into building the voice interfaces, the faster you will be able to mould the machines to your liking.


Enroll Now, and begin to shape the brand new voice activated world!
Who this course is for:
Developers who would like to build and deploy Alexa Skills, and also get the "Meta" knowledge of how things work
Project Managers who need to know the building blocks of a Voice User Interface as well as an Alexa Skill, and how things fit together
Marketers who can leverage Voice User Interfaces to build superior experiences for their customers
Power Users who are interested in extending their Amazon Echo's capabilities, based on one's specific needs.
Curious Humans who would like to see Artificially Intelligent Systems that are shaping our world today
Anyone who would like to get fundamental knowledge on building next generation Conversational / Voice User Interfaces
Anyone who got inspired by J.A.R.V.I.S in Iron Man, and aspires to replicate it! :)

What you'll learn

Build Alexa Custom Skills to augment Amazon Echo's Strengths, with superior understanding of the core fundamentals

Deconstruct an Alexa Skill, and get clarity on what are Intents, Slots, and Utterances

Use Nodejs 14.x and asynchronous requests with promises, await & async functions with Alexa Skills Kit SDK v2 (ask-sdk-core)

Be more than just an Alexa Skill Developer - get the "Meta" understanding of how the pieces fit together - and be technology agnostic

Create "visual" Voice Interaction Models for Advanced Voice User / Conversational Interfaces

Try out Amazon Polly with SSML as well as Chatbots through Amazon Lex

Introduce errors, and Test Alexa Skills through 3 different modes including Alexa Simulator, Alexa App & Amazon Echo Devices

Setup Security through Amazon's IAM (Identity and Access Management)

Program in Amazon Lambda (Serverless Computing)

Use Amazon S3's Storage API

Use Google Maps Directions API for getting Real-time Traffic Information

Monitor performance and debug errors through Amazon CloudWatch

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction, Course Pre-requisites, and a Try-out
6
1.1-Introduction - Build a Rad Personal Assistant
1.2-What will you learn?
1.3-What will you need to be effective in this course?
1.4-Getting the Code, and Using a Checklist
1.5-Making the best use of this course / Udemy 101
1.6-Try out Alexa via Amazon Alexa App
2-Understanding Alexa and its Ecosystem
6
2.1-Rise of Voice User Interfaces
2.2-Alexa based Smart Speakers and other Devices
2.3-Current Abilities of Alexa
2.4-What are Alexa Skills?
2.5-Type of Alexa Skills, and ASK - the Alexa Skills Kit
2.6-Alexa Skill Development Overview
3-Overview of Technology behind Alexa
4
3.1-Amazon Polly and SSML - the Text To Speech engine
3.2-Amazon Lex and Chatbots - Brains Behind Voice User Interfaces
3.3-Serverless Computing - changing the conventional deployment models
3.4-Amazon Lambda - the Serverless Computing solution by Amazon
4-TL;DR - Diving in & creating one skill
18
4.1-About the 2022 Update
4.2-Section Overview
4.3-Amazon Developer Portal Account Setup
4.4-Create Zodiac Finder Custom Skill on Developer Console
4.5-Testing Hello World Default Skill
4.6-Frontend - Voice Interaction Model
4.7-Backend - Skill Logic Code Overview
4.8-Preparing Data for Zodiac Finder
4.9-Backend - Writing Skill Logic
4.10-Testing the skill in Alexa Simulator
4.11-Debugging the date - 29th February
4.12-Debugging Capricorn - 25th December
4.13-Testing the skill on Alexa App
4.14-Testing the skill in Multiple Languages on Amazon Echo Dot
4.15-Joining the dots - Overview
4.16-Deconstructing Interaction Model, JSON Editor, Sample Utterances and Slots
4.17-Deconstructing Code, Endpoints, JSON Input and Output
4.18-Joining the dots - Conclusion
5-Build your First Lambda Function and connect with S3
9
5.1-Amazon Web Services Account Setup
5.2-Amazon S3, and First Lambda Function's Goal
5.3-Amazon S3 Buckets and File Upload
5.4-Create Amazon IAM (Identity and Access Management) Role
5.5-About Promises and Await Expressions in Async Functions
5.6-Create Lambda Function `takeS3backup`
5.7-Prepare Lambda Test Events to check S3 Connectivity
5.8-Upgrade `takeS3backup` Lambda Function to copy S3 files
5.9-Test and Verify S3 File Upload
6-Build your First Alexa Skill - Eva 1.0
11
6.1-Goal 1 - Make "Eva", Your First Alexa Skill, to Read Out Quotes
6.2-Deconstructing an Alexa Skill Statement
6.3-Pointers to building an Awesome Voice Interface
6.4-Designing a Voice Interaction Model for Eva 1.0
6.5-Preparing the Intents, Slots, Utterances and Data for an Alexa Custom Skill
6.6-2020 Update - Important Considerations
6.7-Configuring Eva 1.0 Custom Skill on Amazon Developer Portal
6.8-Using the Self Hosted Option - the built-in Code interface
6.9-Request Handlers, Objects & Builder in Lambda Function for Alexa
6.10-Lambda Function to make Eva 1.0 introduce itself
6.11-Extending Eva 1.0 Lambda Function to achieve Goal 1 of reading quotes
7-Testing Eva 1.0 - An Alexa Custom Skill
6
7.1-Lambda Test Events to test Eva 1.0
7.2-Developer Portal Service Simulator to test Eva 1.0
7.3-Introduction to Amazon CloudWatch for reviewing logs and debugging errors
7.4-Amazon Alexa App to test Eva 1.0
7.5-Amazon Echo to test Eva 1.0
7.6-Troubleshooting Errors
8-Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info
10
8.1-Goal 2 - Make Eva tell you real time traffic information using Third Party APIs
8.2-Designing a detailed Voice Interaction Model for Eva 2.0
8.3-Get Google Maps API Key for Route & Traffic Information
8.4-Prepare Intents, Slots, Utterances and Coordinates for Route Information
8.5-Configure Eva 2.0 Skill on Developer Portal with New Intents, Slots, Utterances
8.6-EvaFunction 2.0 in Lambda (1/3) - Configuration and Helper functions
8.7-EvaFunction 2.0 in Lambda (2/3) - Handlers for GetBookmarks and Built-in Intents
8.8-EvaFunction 2.0 in Lambda (3/3) - Handler for GetRoute Intent
8.9-Testing Eva 2.0 through Lambda Test Events
8.10-Testing Eva 2.0 through Amazon Echo and CloudWatch
9-Taking Alexa Development to the Next Level
5
9.1-Advanced Options in Developer Console including Skill Publishing
9.2-Ideas - Enhance Eva and make it better
9.3-Ideas - Create Alexa Voice Service
9.4-Ideas - Build Smart Home Skills
9.5-Building a Consistently Reliable Architecture using Amazon