-
Notifications
You must be signed in to change notification settings - Fork 0
/
google_actions.html
86 lines (70 loc) · 3.3 KB
/
google_actions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Actions on Google
</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/Actions_on_Google/">
<!-- 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>Actions on Google</h1>
</center>
</header>
<article class="post-content">
<p>Actions on google let you extend the functionality of the Google Assistant with Actions. Actions let users get things done through a conversational interface that can range from a quick command to turn on some lights or a longer conversation, such as playing a trivia game.</p>
<p>The following Google Actions are developed by me -</p>
<ul>
<li><a href="https://assistant.google.com/services/a/uid/000000e0486fb13a">Quiz Bird</a> - Trivia on Birds Related Facts</li>
<li><a href="https://assistant.google.com/services/a/uid/0000006fd0e915ec">ML Vibes</a> - Game on Machine Learning Concepts</li>
<li><a href="https://assistant.google.com/services/a/uid/000000ba61c7e432">Artificial Intelligence Vibes</a> - Game on Artificial Intelligence Concepts</li>
<li><a href="https://assistant.google.com/services/a/uid/0000004107bb9dca">Interview with C</a> - Game on C Prgramming Language</li>
<li><a href="https://assistant.google.com/services/a/uid/0000009e079fcc94">Semiconductor Quiz</a> - Game on Semiconductor Quiz Questions</li>
<li><a href="https://assistant.google.com/services/a/uid/000000aaba91f5bf">Java Vibes</a> - Trivia Game on Java Prgramming Language</li>
<li><a href="https://assistant.google.com/services/a/uid/0000006443c83ab7">Animal's Baby Name</a> - Flash Card Game on Animal's Baby Name</li>
<li><a href="https://assistant.google.com/services/a/uid/000000421c642e50">Notable Quiz</a> - Personality Based Question Game</li>
</ul>
</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>