-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazon_alexa.html
93 lines (74 loc) · 2.99 KB
/
amazon_alexa.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Amazon Alexa Skills
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ayan Raj">
<link rel="canonical" href="https://ayanujju.github.io/doc/amazon_alexa/">
<!-- Custom CSS -->
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="site-header">
<div class="wrap">
<a class="site-title" href="/">Home</a>
</div>
</header>
<div class="page-content">
<div class="wrap">
<div class="post">
<header class="post-header">
<center>
<h1>Amazon Alexa Skills</h1>
</center>
</header>
<article class="post-content">
<p>Amazon Alexa is a virtual assistant developed by Amazon. Alexa provides capabilities, or skills, that enable customers to create a more personalized experience.</p>
<p>The Following Alexa skills are developed by me -</p>
<ul>
<li><a href="https://www.amazon.in/gp/product/B07YTFVFL2">AI Business News</a></li>
<li><a href="https://www.amazon.in/dp/B07YD5DGQG">Game of throne Adventure</a></li>
<li><a href="https://www.amazon.in/dp/B07YD87CJ2">Motivation Vibes</a></li>
<li><a href="https://www.amazon.in/dp/B07RDDKP2S">Indian Fact</a></li>
<li><a href="https://www.amazon.in/dp/B07YKGFDBF">Mahatma Gandhi Quote</a></li>
</ul>
<p><strong>Enable Alexa Skills</strong> through Mobile Phone by following some steps -</p>
<ul>
<li>Download <a href="https://play.google.com/store/apps/details?id=com.amazon.dee.app">Amazon Alexa</a> app.</li>
<li>Login with <strong>Amazon developer Account</strong>.</li>
<li>Tap to middle icon and say For Example - “Alexa Open Artificial Intelligence Trivia” and respond accordingly.</li>
</ul>
<p>By Following such steps , you can enable any skill through your mobile phone.</p>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<p style="text-align:center">
© 2019 Ayan Raj <br><br>
<a href="https://github.com/ayanujju" target="_blank">
<img src="github.png" height="42" width="42"/>
</a>
<a href="https://www.facebook.com/ayanujju" target="_blank">
<img src="fb.png" height="42" width="42"/>
</a>
<a href="https://www.instagram.com/rockayan06/" target="_blank">
<img src="instagram.png" height="42" width="42"/>
</a>
<a href="https://www.linkedin.com/in/ayanraj/" target="_blank">
<img src="ln.png" height="42" width="42"/>
</a>
<a href="https://twitter.com/ayandilse4u" target="_blank">
<img src="twitter.png" height="42" width="42"/>
</a>
<a href="/doc/resume" target="_blank">
<img src="resume.png" height="42" width="42"/>
</a>
</p>
</footer>
</body>
</html>