TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Alexa Skill
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Yadav (18)
Pradeep Yadav (3)
John Iwasz (2)
Datta Sai Krishna (2)
Related resources for Alexa Skill
No resource found
Creating Custom Restaurant Reservation Alexa Skill Using Alexa Hosted NodeJS
10/8/2024 9:35:47 AM.
This guide walks you through setting up a voice-activated reservation system, integrating it with Alexa's developer console, and automating bookings for restaurants using simple Node.js coding tec
Use Alexa Without An Echo Device
6/24/2022 6:44:37 AM.
Don't have an Echo and want to use an Alexa skill? No problem. This article shows you methods for using Alexa even if you don't have the Echo device. Have you developed an Amazon skill and hav
Use Of Session Attributes In A Custom Alexa Skill
11/2/2020 7:38:15 AM.
In this article I am going to demonstrate how to use a session attribute in a custom Alexa skill
Create A Custom Skill To Extract Values From A Slot In Alexa
10/24/2020 8:37:07 AM.
In this article, I am going to demonstrate how to create a custom Alexa skill on Alexa Hosted node.js server to extract slot values for different slots defined in an interaction model of an Alexa skil
Create A Custom Skill To Demonstrate Dialog Delegation In Alexa
10/24/2020 8:35:21 AM.
In this article on custom Alexa skills, I am going to demonstrate how to create a custom Alexa skill on Alexa Hosted node.js server.
Enable Confirmation For An Intent In An Alexa Skill Dialog Model
9/25/2020 1:33:06 PM.
In this article, I am going to demonstrate how to define slots and how to define prompts for intent confirmation.
Define Slot Validation Rules For Slots In An Alexa Skill Dialog Model
9/25/2020 1:31:01 PM.
In this article, I am going to demonstrate how to define validation rules for slots.
Enable Confirmation For A Slot In An Alexa Skill Dialog Model
9/24/2020 7:51:38 AM.
In this article, I am going to demonstrate how to define slots and how to define prompts for slot confirmation.
Create Utterances And Prompts In An Alexa Skill Dialog Model
9/22/2020 10:03:13 AM.
In this article, I am going to demonstrate how to create a slots and how to define Alexa speech prompts and user utterances.
Getting A Mobile Number In An Alexa Skill
9/12/2020 11:38:48 AM.
In this article on custom Alexa skills, I am going to demonstrate how to get a user’s mobile number for use in a custom Alexa skill.
Getting An Email Address In An Alexa Skill
9/12/2020 11:34:14 AM.
In this article on custom Alexa skills, I am going to demonstrate how to get a user’s email address for use in a custom Alexa skill.
Getting A Username In An Alexa Skill
9/11/2020 12:23:13 PM.
In this article on custom Alexa skills, I am going to demonstrate how to get a user’s name for use in a custom Alexa skill
Creating Custom Food Fact Skill Using Fact Skill Template
9/5/2020 1:50:01 PM.
In this article, I am demonstrating how to use a fact skill template to create a custom food fact skill.
Creating An Alexa Skill That Calls An API
9/2/2020 2:34:40 PM.
In this article, I am creating a custom Alexa skill that calls an external API to fetch information.
Creating A Custom Random Dessert Skill Using Alexa Hosted NodeJS
8/30/2020 2:16:15 PM.
in this article, a custom Alexa skill has been created which fetches a random dessert for the user.
Slot Values Comparison Using Comparison Operators In Alexa Skill
8/27/2020 9:51:20 AM.
In this article, a custom skill is created and comparison triple equals operator is used to compare slot value and execute statements accordingly.
Creating Custom Rock Paper Scissor Game Alexa Skill Using Alexa Hosted NodeJS
8/25/2020 7:39:50 AM.
in this article, i have created a custom rock paper scissor game alexa skill.
Creating Custom Birthdate Alexa Skill Using Alexa Hosted NodeJS
8/20/2020 9:03:40 AM.
In this article, i am demonstrating on how to create custom alexa skill.
Introduction To Building An Amazon Alexa Skill Using Alexa Skills Kit In ASP.NET Core
6/10/2020 8:57:52 AM.
In this article, I will explain how to develop Amazon Alexa Skills using AWS Lambda function or Web Service as an end point.
Policies For Submitting Alexa Skills
11/20/2019 6:06:49 AM.
In this article, we will be discussing guidelines for publishing skills on Alexa.
SSML In Alexa Skill Kit - Part Two
11/12/2019 9:06:45 AM.
In this article, we will learn about SSML in Alexa Skill Kit.
Managing Attributes in Alexa Skill Kit
11/6/2019 7:42:33 AM.
In this article, we will learn about the Alexa Skill Kit. The Alexa Skills Kit is a software development kit (SDK) that enables a developer to build skills.
How To Debug An Alexa .NET Core Skill
11/13/2018 2:39:23 AM.
This article illustrates best practices for debugging and testing .NET Core Alexa Skills.
Creating An Alexa Skill (Synonyms Finder) - Part Two - AWS Lambda Function And Integration
8/12/2018 12:46:53 AM.
In this part-2 of article we shall learn how we can create a AWS Lambda function and integrate it with Alexa skill. We will also learn how we can call external API within our AWS Lambda function and p
Creating An Alexa Skill (Synonyms Finder) - Part One - Introduction And Interaction Model
8/3/2018 8:27:51 AM.
In this article, we shall know how we can create a basic Alexa Skill and also understand key concepts how an Alexa skill is created.