-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlearn.html
311 lines (284 loc) · 42.8 KB
/
learn.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Sat Jun 08 2024 20:59:08 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.voxable.io" data-wf-page="6132073db54f281500cd15e4" data-wf-site="6132073db54f286490cd15c6"><head><meta charset="utf-8"/><title>Conversational Design Online Course - Voxable</title><meta content="Learn to design conversational AI experiences for any channel—chatbot, voice app, Amazon Alexa, Google Assistant, Samsung Bixby, IVR, and more." name="description"/><meta content="Conversational Design Online Course - Voxable" property="og:title"/><meta content="Learn to design conversational AI experiences for any channel—chatbot, voice app, Amazon Alexa, Google Assistant, Samsung Bixby, IVR, and more." property="og:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/620488da82a62f9138b698de_Course%20Share%20Image.png" property="og:image"/><meta content="Conversational Design Online Course - Voxable" property="twitter:title"/><meta content="Learn to design conversational AI experiences for any channel—chatbot, voice app, Amazon Alexa, Google Assistant, Samsung Bixby, IVR, and more." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/620488da82a62f9138b698de_Course%20Share%20Image.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/css/voxable.webflow.abd30f9f0.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","Inter:regular,500,600,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660a0d4c42f0e5a856354_5e1c063da7d3a233b43bc99f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660ab5026e2d57732e70c_5e1c068da7d3a224dd3bca1e_mstile-310x310.png" rel="apple-touch-icon"/><link href="learn.html" rel="canonical"/><style>
.scrollbar-hide {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
/*.animated img{ filter: blur(30px); opacity: 0;}
.animated.active img{ filter: blur(0px); opacity: 1;}*/
body{padding-top:108px;}
blockquote{color:#6449DF; font-size:22px; padding:12px 0 12px 24px; line-height: 1.2; border-left:1px solid #6449DF;}
.w-richtext li{ /* color: #061178; */ font-size: 18px;}
.w-richtext h3{color: #061178; }
.w-richtext h5{color: #061178; font-size: 22px; font-weight:400;}
.white-txt-team p{color:#fff;}
.shorttext p{color:#19044a;}
p:empty{display:none;}
.w-pagination-wrapper svg path{display:none;}
.w-page-count a{width:40px; height:40px; font-size:20px; color:#fff; display:inline-block; text-decoration: none; line-height: 40px;}
.w-page-count a.current-page{border-bottom:2px solid #fff;}
@media screen and (max-width:991px){
body{padding-top:60px;}
}
@media screen and (max-width:767px){
.w-pagination-wrapper svg + .w-inline-block{display:none;}
}
</style>
<script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {"lang":"en","siteId":377498,"countryDetection":true,"enableCcpa":true,"cookiePolicyId":564345, "banner":{ "acceptButtonDisplay":true,"customizeButtonDisplay":true,"position":"float-bottom-center" }};
</script><script type="text/javascript" src="https://cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script>
<script type="text/javascript">
window.addLinkParams = function() {};
window.addEventListener('DOMContentLoaded', function(event) {
window.contentLoaded = true;
if(!window.addedLinkParams) {
window.addLinkParams();
}
});
</script>
<script class="_iub_cs_activate-inline" type="text/plain">
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL";analytics.SNIPPET_VERSION="4.13.2";
analytics.load("LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL");
analytics.page();
window.addLinkParams = function() {
analytics.ready(function() {
for (const element of document.getElementsByClassName('sign-up-button')) {
element.href = element.href + "?distinct=" + window.analytics.user().anonymousId();
}
});
window.linkParamsAdded = true;
}
if (document.readyState === "complete" || document.readyState === "loaded" || window.contentLoaded) {
window.addLinkParams();
}
}}();
</script>
<script type="text/javascript">
(function (d, u, h, s) {
h = d.getElementsByTagName('head')[0];
s = d.createElement('script');
s.async = 1;
s.src = u + new Date().getTime();
h.appendChild(s);
})(document, 'https://grow.clearbitjs.com/api/pixel.js?v=');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Introduction to Conversational Design",
"description": "Learn to design voice experiences for Amazon Alexa, Google Assistant, Samsung Bixby, and the Web.",
"provider": {
"@type": "Organization",
"name": "Voxable",
"sameAs": "http://voxable.io"
}
}
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1958502507696686');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=1958502507696686&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code --></head><body class="body-4"><div class="custom-code-embeds"><div class="icons-embed w-embed"><!--Material Icons-->
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<style>
.material-icons, .material-icons-outlined, .material-icons-two-tone, .material-icons-round, .material-icons-sharp {
font-weight: normal;
font-style: normal;
font-size: 1.25rem;
line-height: 1.25rem;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.material-icons-s {
font-size: 16px;
line-height: 16px;
}
</style></div><div class="responsive-typography-embed w-embed"><!-- Responsive Typography -->
<style>
/* Desktop and above */
html { font-size: 16px; }
/*Tablet */
@media (max-width: 991px) { html { font-size: 15px; } }
/* Mobile - Landcape */
@media (max-width: 767px) { html { font-size: 14px; } }
/* Mobile - Portrait */
@media (max-width: 479px) { html { font-size: 13px; } }
</style></div><div class="systemflow-embed w-embed"><!-- SystemFlow -->
<style>
/* Component wrapper copy icon */
.component-wrapper-label:before {
content: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92ece2f679e1ff037b09b_Copy%20Icon.svg);
position: absolute;
left: 16px;
top: 7px;
}
/* Customize page overflow */
.customize-instructions, .customize-preview {
overflow-y: scroll;
}
/* Sidebar - component preview tooltip */
.navbar-vertical-link:hover::after {
content: '';
background-size: contain;
background-position: center center;
display: inline-block;
width: 160px;
height: 160px;
position: absolute;
border-radius: 4px;
border: 1px solid #D0D4D9;
z-index: 999;
box-sizing: border-box;
left: 105%;
top: -64px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
background-repeat: no-repeat;
}
/* Page Hover Thumbnails */
#nav-alert:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9462056a419c70c776_Alert.svg); }
#nav-breadcrumbs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9387dd5780628334cc_Breadcrumb.svg); }
#nav-button:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93f8fcbc0d3445ec12_Button.svg); }
#nav-card:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93af64f30314ee0507_Card.svg); }
#nav-collapse:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f8fcbcc22245ec13_Collapse.svg); }
#nav-color:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180c04f24faa3_Color.svg); }
#nav-contact:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f47531b97525ce68_Contact.svg); }
#nav-cta:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f3728cee0508_CTA.svg); }
#nav-dropdown:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94ef8876fd8b787edc_Dropdown.svg); }
#nav-elevation:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94451751702ea524a8_Elevation.svg); }
#nav-empty-sections:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e944f26375ff3c799b7_EmptySections.svg); }
#nav-empty-sg-page:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180a20b24fadf_EmptySGPage.svg); }
#nav-example-forms:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949bf4e9bbb361082d_ExampleForms.svg); }
#nav-faq:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1154d1441900d_FAQ.svg); }
#nav-feat-text-c:hover::after { background-image: url(https://cdn.prod.website-files.com/60c31bb1835144cd4d8f26c6/60c33dee6ab39e31d1089e9a_Feat%20-%20Text%20Center.svg); }
#nav-feat-grid:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9428e4e145c0624a20_Feat---Grid.svg); }
#nav-feat-text-l:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949ad1b4f50385d8df_Feat---Text-Left.svg); }
#nav-feat-text-r:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889cdaf6a1ec9_Feat---Text-Right.svg); }
#nav-footer:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e946639f6543f5c3e7c_Footer.svg); }
#nav-form-toggles:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b1c21ee0a60_FormToggles.svg); }
#nav-hero:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e942611807e4424fafe_Hero.svg); }
#nav-icons:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e940c3ddaf4686184b6_Icons.svg); }
#nav-input:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889d1666a1ed1_Input.svg); }
#nav-link:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b39e6ee0a62_Link.svg); }
#nav-long-content:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f0d432336029a5e3_LongContent.svg); }
#nav-modal:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e943a458f06569f0a5a_Modal.svg); }
#nav-navbar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e948d867460c7f59b16_Navbar.svg); }
#nav-nav-menu:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1693fb00fa151_NavMenu.svg); }
#nav-pricing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f47531b84125ce69_Pricing.svg); }
#nav-spacing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e947a78a1e2a68a6629_Spacing.svg); }
#nav-table:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f31f36ee0549_Table.svg); }
#nav-tabs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94abbd5ed7b2becbb3_Tabs.svg); }
#nav-tag:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95ef88762711787edf_Tag.svg); }
#nav-testimonials:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956beb8d43e6373fba_Testimonials.svg); }
#nav-textarea:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95cc3e78d99c7c00c4_Textarea.svg); }
#nav-toast:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9571654299c55fadc5_Toast.svg); }
#nav-tooltip:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956639f638ca5c3ec7_Tooltip.svg); }
#nav-typography:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956251b086f1cffefd_Typography.svg); }
#nav-avatar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0bac1b9ed294ba98aeb26_Avatar.svg); }
#nav-cards:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0b360e47b486a76b0c125_Cards.svg); }
#nav-live-components:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5ff305e5fc65c2d28b3ddf75_Live%20Components.svg); }
</style></div></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar dark w-nav"><div class="container container-navbar"><a href="workshops.html" class="brand-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><nav role="navigation" class="navbar-menu dark w-nav-menu"><a href="product.html" class="nav-link color-inverse w-nav-link">Product</a><a href="blog.html" class="nav-link color-inverse w-nav-link">Blog</a><a href="contact-sales.html" class="nav-link color-inverse w-nav-link">Contact</a></nav><div class="menu-button color-inverse w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div><div class="hero-section hero-gradient course-hero"><div class="container"><div class="st-p-y-64"><div class="w-layout-grid hero-grid"><div class="wrapper-l st-p-0"><h1 class="heading xl course-l">Introduction to Conversational Design</h1><p class="body-text l c-body">This online course will give you foundational knowledge of the conversation design principles and processes needed to build chatbots and voice assistants. Learn to design experiences for Amazon Alexa, Google Assistant, Samsung Bixby, and the Web.</p><div class="ctas-wrapper"><a href="learn.html#course-pricing" class="button medium signup w-inline-block"><div>Enroll in the course</div></a></div></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7a6aa92897e032e806a0a_5e697a271958ea5651472b03_group-100%403x.png" id="w-node-_16c32fb5-6d15-db58-be0b-6b86935e9ab9-00cd15e4" srcset="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7a6aa92897e032e806a0a_5e697a271958ea5651472b03_group-100%403x-p-800.png 800w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7a6aa92897e032e806a0a_5e697a271958ea5651472b03_group-100%403x-p-1080.png 1080w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7a6aa92897e032e806a0a_5e697a271958ea5651472b03_group-100%403x.png 1560w" alt="" sizes="(max-width: 479px) 100vw, (max-width: 767px) 96vw, (max-width: 991px) 95vw, 52vw" class="hero-text"/></div></div></div></div><div class="section"><div class="container"><div class="wrapper-m pad-40"><div class="section-title mb10"><h2 class="heading l">👋 Course Introduction</h2></div><p class="body-text m">Many companies are investing in chat and voice technology to extend products, service customers, streamline internal processes, and grow brands. There is an increased demand for conversation designers, yet very limited formal instruction for those seeking to learn the discipline. The Voxable co-founders want to impart the foundational knowledge, processes, and best practices they obtained working with this technology since 2015.</p></div></div></div><div class="section"><div class="container"><div class="wrapper-m pad-40"><div class="section-title"><h2 class="heading l">📋 What You’ll Learn</h2><p class="body-text m">This course spans the end-to-end conversation design process—from conceptualization and research to handing over assets to developers.</p></div><ul role="list"><li class="list-item">🤔 Identify and work with the core technology of conversational user interfaces</li><li class="list-item">🔎 Translate user research into conversational interactions</li><li class="list-item">💎 Build a conversational brand</li><li class="list-item">💬 Write sample scripts and structure conversational flow diagrams</li><li class="list-item">✨ Refine elements to bring the conversational interface to life</li><li class="list-item">🗣 Use natural language understanding (NLU)</li><li class="list-item">⚡️ Work with developers to implement conversational UI</li></ul></div></div></div><div class="section"><div class="container"><div class="wrapper-m pad-40"><div class="section-title"><h2 class="heading l">😎 Who Should Enroll</h2><p class="body-text m">This course is appropriate for anyone who wants to understand how to design intuitive chatbots, voice assistants, and IVR solutions.</p></div><ul role="list"><li class="list-item">Designers</li><li class="list-item">UX professionals</li><li class="list-item">Copywriters</li><li class="list-item">Content strategists</li><li class="list-item">Product people</li><li class="list-item">Students</li></ul></div></div></div><div class="cta-section"><div class="container"><div class="wrapper-m pad-40"><div class="w-layout-grid grid-cta"><div class="cta-section-text-wrapper"><h3 class="heading m">Learn essential conversation design skills.</h3><div class="ctas-wrapper"><a href="learn.html#course-pricing" target="_blank" class="button medium yellow-btn w-inline-block"><div class="text-block-2">Enroll in the course</div></a><div class="button-separator"></div></div></div></div></div></div></div><div class="testimonials-section"><div class="container"><div class="wrapper-m pad-40"><div class="section-title centered"><h2 class="heading l">👍 Student Testimonials</h2></div><div class="w-layout-grid l-g-2-col"><div class="testimonial-box"><div><p class="body-text l">“For those coming from the visual UX tradition, this is an exciting dive into conversational thinking. The hands-on exercises will feel both familiar and fresh to design professionals – with whole new ways of considering our users and platforms.”</p></div><div class="avatar-wrapper horizontal"><div class="avatar-label-text"><div class="body-text m bold c-t-neutral-100">Chad Currie</div><div class="body-text m">Creative Director, Slide UX</div></div></div></div><div class="testimonial-box"><div><p class="body-text l">“I learned a language and framework to effectively conceptualize, structure, and design a CUI that keeps users and usability at its center.”</p></div><div class="avatar-wrapper horizontal"><div class="avatar-label-text"><div class="body-text m bold c-t-neutral-100">Molly McClurg</div><div class="body-text m">Assoc. Professor, User Experience, Austin Community College</div></div></div></div></div></div></div></div><div class="faq-section"><div class="container"><div class="wrapper-m pad-40"><div class="section-title"><h2 class="heading l">📒 Course Curriculum</h2></div><div class="collapse"><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title"><span class="text-span-4">👋 Introduction</span></div></div><ul role="list" class="collapse-text ullist"><li>How to Use This Course</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">🤔 What Are Conversational Interfaces?</div></div><ul role="list" class="collapse-text ullist open"><li>Introduction to Conversational Interfaces</li><li>How Designers Can Adapt</li><li>What Are Conversational Interfaces?</li><li>The Conversational Interaction Loop ✨ <a href="https://learn.voxable.io/enroll/489581?et=free_trialhttps://learn.voxable.io/enroll/489581?et=free_trial" target="_blank"><strong class="bold-text">FREE PREVIEW</strong></a> ✨</li><li>The Conversational Interaction Loop Quiz</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">🔎 Conversational Strategy</div></div><ul role="list" class="collapse-text ullist"><li>Project Brief</li><li>Research Methods</li><li>Jobs to be Done Framework</li><li>Jobs to be Done Activity</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">💎 Conversational Branding</div></div><ul role="list" class="collapse-text ullist"><li>Voice, Tone, & Persona</li><li>Conversational Brand Activity</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">📑 Affinity Diagramming</div></div><ul role="list" class="collapse-text ullist"><li>Introduction to Conversational Affinity Diagramming</li><li>Introduction to Miro (Optional)</li><li>Affinity Diagramming Activity: Creating Utterances</li><li>Affinity Diagramming Activity: Organizing Utterances</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">📌 Defining Entities</div></div><ul role="list" class="collapse-text ullist"><li>Introduction to Entity Definition</li><li>Entity Definition Activity</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">💬 Sample Scripts & Conversational Flow Diagrams</div></div><ul role="list" class="collapse-text ullist"><li>Introduction to Conversational Flow Diagramming</li><li>Sample Script Writing & Conversational Flow Diagramming Activity</li><li>Prototyping with the Wizard-of-Oz Method</li><li>Introduction to Voxable</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">🗣 Conversational UI Elements</div></div><ul role="list" class="collapse-text ullist"><li>Introduction to Conversational UI Elements</li><li>Conversational UI Element Examples</li><li>Acting Out Sample Scripts</li><li>Writing for Voice-First Interactions</li><li>Conversational UI Activity</li></ul></div><div class="collapse-item" data-ix="collapse"><div class="collapse-trigger"><div class="material-icons icon-left icon-collapse">expand_more</div><div class="collapse-title">🏗 Natural Language Understanding</div></div><ul role="list" class="collapse-text ullist"><li>Introduction to Natural Language Understanding</li><li>How to Create a Dialogflow Agent</li><li>How to Build NLU Intents</li><li>How to Add Responses to Intents</li><li>How to Create NLU Entities</li><li>How to Use NLU Entities</li><li>Why You Should Learn Dialogflow</li><li>Maintaining & Iterating the Agent</li></ul></div></div></div></div></div><div class="cta-section"><div class="container"></div></div><div class="feature-grid-section pb0"><div class="container"><div class="wrapper-m pad-40"><h1 class="heading-2">🤓 Course Instructors</h1><div class="collection-list-wrapper-3 w-dyn-list"><div role="list" class="reverse w-dyn-items w-row"><div role="listitem" class="w-dyn-item w-col w-col-6"><div class="feature-block"><img src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2d18fbec0467f70eb842_Icon%20Placeholder%202.png" loading="lazy" alt="Matt Buck" class="image-3"/><div class="voxabler-title"><h3 class="heading m">Matt Buck</h3><h4 class="heading s white-txt-team">CTO & Co-founder</h4></div><div class="rich-text-dark w-richtext"><p>Matt has worked with several high-profile engineering teams in the Austin startup scene during his tech career. Prior to co-founding Voxable, he helped launch the MakerSquare coding bootcamp as the instructor for its inaugural cohort and directed Rapid7's front-end engineering efforts through a successful IPO as its Senior User Interface Architect. Throughout his career, he's come to learn the immense value of sane development processes and a relentless focus on code quality; he strives to impart these lessons by regularly speaking at user groups and conferences.</p></div></div></div><div role="listitem" class="w-dyn-item w-col w-col-6"><div class="feature-block"><img src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2cb54d1a3eb38bbf4472_Icon%20Placeholder%202.png" loading="lazy" alt="Lauren Golembiewski" class="image-3"/><div class="voxabler-title"><h3 class="heading m">Lauren Golembiewski</h3><h4 class="heading s white-txt-team">CEO & Co-founder</h4></div><div class="rich-text-dark w-richtext"><p>Lauren's personal mission is to bring more designers, writers, and UX practitioners into the conversation design discipline. She believes conversational interfaces and platforms have yet to reach their full potential and designers have a huge opportunity to address users' needs better through conversation design. Prior to co-founding Voxable, Lauren led venture accelerator and big data startup design teams. She's created conversational strategies and well-designed conversational experiences for both early-stage startups and Fortune 10 companies. She often writes, speaks, and facilitates workshops about conversation design.</p><p></p></div></div></div></div></div></div></div></div><div class="pricing-section"><div class="container"><div class="wrapper-m pad-40 pb20"><div class="section-title centered fullwidth"><h2 id="course-pricing" class="heading l text-center">Course Pricing</h2><div class="pricingbasic5"><div class="columns-5 w-row"><div class="w-col w-col-6"><div class="course-box"><div class="text-block-18">Online Course</div><p class="white-info">Introduction to Conversational Design</p><div class="price left-price"><span class="currency-span">$</span>299</div></div></div><div class="w-col w-col-6"><ul role="list" class="w-list-unstyled"><li class="icon-list-item"><div class="material-icons icon-left icon-list-item c-t-primary-60">check</div><div class="text-block-8">Access to the complete online course</div></li><li class="icon-list-item"><div class="material-icons icon-left icon-list-item c-t-primary-60">check</div><div class="text-block-8">Video instruction</div></li><li class="icon-list-item"><div class="material-icons icon-left icon-list-item c-t-primary-60">check</div><div class="text-block-8">Written content</div></li><li class="icon-list-item"><div class="material-icons icon-left icon-list-item c-t-primary-60">check</div><div class="text-block-8">Activities</div></li><li class="icon-list-item"><div class="material-icons icon-left icon-list-item c-t-primary-60">check</div><div class="text-block-8">Resources</div></li></ul></div></div><a href="https://voxable.thinkific.com/enroll/489581?price_id=514631" target="_blank" class="button info-btn w-button">Buy the course</a></div></div></div></div></div><div class="faq-section"><div class="container"><div class="wrapper-m pad-40 pt0"><div class="section-title"><h2 class="heading l">❓ FAQs</h2></div><div class="w-layout-grid l-g-2-col"><div><div class="faq-item-wrapper"><div class="faq-question">How long will it take to complete the online course?</div><p class="body-text l">Voxable estimates it will take around 20 hours to complete the course’s 38 lessons and seven activities.</p></div><div class="faq-item-wrapper"><div class="faq-question">What equipment or tools will I need for the online course?</div><p class="body-text l">You will need a computer with internet access. Course activities can be completed primarily in a collaborative diagramming tool like Miro, or with common office supplies.</p></div><div class="faq-item-wrapper"><div class="faq-question">How do I access the online course?</div><p href="" class="body-text l">You will access the course through the online platform <a href="https://learn.voxable.io/">Thinkific</a>. You must create an account and then you will use that login to access your course dashboard.</p></div></div><div><div class="faq-item-wrapper"><div class="faq-question">How long will I have access to the online course?</div><p class="body-text l">Once you enroll, you will have lifetime access to the course through your <a href="https://learn.voxable.io/">Thinkific</a> account.</p></div><div class="faq-item-wrapper"><div class="faq-question">Is there special pricing for non-profit organizations or students?</div><p class="body-text l">We do offer special pricing for non-profit organizations and students. Please <a href="hire-us.html">contact us</a> directly as we review these requests on a case-by-case basis.</p></div><div class="faq-item-wrapper"><div class="faq-question">What if I want a more customized course?</div><p class="body-text l">Voxable hosts custom workshops based on customer needs. Please <a href="hire-us.html" class="link-2">contact us</a> to learn more.</p></div></div></div></div></div></div><footer class="footer dark footer-dark-8"><div data-w-id="0bd95c3d-951c-dfdb-9eed-24e320b08726" class="container"><div class="w-layout-grid footer-grid"><div class="div-block-11"><a href="workshops.html" class="footer-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><p class="paragraph">The conversation design platform for teams that want to build better voice and chat apps.</p><div class="footer-social-media"><div class="sm-icons-wrapper"><a href="https://twitter.com/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94a336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6c0 13.2 1.6 26.4 4.2 39.1c-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9c-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850C671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2c33.2-24.3 62.3-54.4 85.5-88.2z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac8f6a2177465285d4_Vector.svg" loading="lazy" alt=""/></a><a href="https://www.linkedin.com/company/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133l-232 135z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508adbb317765700f2ba6_Vector-1.svg" loading="lazy" alt=""/></a><a href="https://www.instagram.com/getvoxable/https://www.instagram.com/getvoxable/" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508acd8e0b18279335ee1_Vector-2.svg" loading="lazy" alt=""/></a><a href="https://www.youtube.com/channel/UCmJD3DSMhi_3la1WhMbRBmQ" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac1e66ba385465d491_Vector-3.svg" loading="lazy" alt=""/></a><a href="https://www.facebook.com/Voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ad30a7f12e84bb0a9d_Vector-4.svg" loading="lazy" alt=""/></a></div></div></div><div><ul role="list" class="list w-list-unstyled"><li><a href="product.html" class="vertical-menu-link color-inverse">Product</a></li><li><a href="blog.html" class="vertical-menu-link color-inverse">Blog</a></li><li><a href="hire-us.html" class="vertical-menu-link color-inverse">Contact</a></li><li class="list-item-3"><a href="about.html" class="vertical-menu-link color-inverse">About</a></li><li><a href="learn.html" aria-current="page" class="vertical-menu-link color-inverse w--current">Course</a></li></ul></div></div><div class="footer-bottom color-inverse"><div class="copyright">© 2023 Voxable, Inc. All rights reserved.</div><div><a href="https://voxable.io/privacy" target="_blank" class="vertical-menu-link color-inverse p30">Privacy policy</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6132073db54f286490cd15c6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/js/webflow.7527bb8a4.js" type="text/javascript"></script><!-- Copying by clicking on Comp name -->
<script>
const Webflow = window.Webflow || []; Webflow.push(function(){
// USER CONFIGURATION
// ==================
// Enter the class names of your styled page number links
const linkClassName = 'page-link';
const currentClassName = 'current-page';
// Set the max range of page numbers to show (false or integer)
const maxPageCount = 10;
// PAGINATION MAGIC (DON'T EDIT)
// =============================
$('.w-page-count').each(function(){
const collectionUrl = $(this).closest('.w-pagination-wrapper').find('[class*="w-pagination"]').first().prop('href').split('=')[0];
const totalPageCount = parseInt(/[^/]*$/.exec($(this).text())[0].trim());
const currentPageNumber = parseInt($(this).text().split('/')[0].trim());
let pageCount = maxPageCount || totalPageCount;
const pagesToDisplay = Math.max(1, Math.min(pageCount, totalPageCount));
const middlePageNumber = Math.ceil((pagesToDisplay - 1) / 2);
const endingPageNumber = Math.min(Math.max(1, currentPageNumber - middlePageNumber) + (pagesToDisplay - 1), totalPageCount);
const startingPageNumber = endingPageNumber - (pagesToDisplay - 1);
$(this).empty();
for (let i = startingPageNumber; i <= endingPageNumber; i++) {
let pageNumber = i;
let pageLink = collectionUrl + '=' + pageNumber;
let isCurrentPage = pageNumber == currentPageNumber;
const $anchor = $('<a>', {
class: [isCurrentPage && currentClassName, linkClassName].filter(a => a).join(' '),
href: pageLink,
text: pageNumber,
});
$(this).append($anchor);
}
});
})
</script>
<script>
function copy(text) {
const textarea = document.createElement("textarea");
textarea.style = "position: absolute; left: -100vw;";
textarea.value = text;
document.body.appendChild(textarea);
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
}
function copyText(e) {
const elem = e.currentTarget;
const text = elem.textContent;
copy(text);
elem.textContent = "Copied to clipboard ✨ Press Cmd + E in Webflow ⭢ Paste";
setTimeout(() => {
elem.textContent = text;
}, 3000);
}
const elems = document.querySelectorAll(".component-wrapper-label");
elems.forEach(elem => elem.addEventListener("click", copyText, false));
</script>
<!-- Dynamic Copyright Year -->
<script>
window.onload = function() {
var date = new Date().getFullYear();
var year = document.getElementById("year")
if (year) {
year.innerHTML = date;
}
}
</script>
<!-- Live Components -->
<script src="https://systemflowco.github.io/scripts/counter-min.js"></script>
<script src="https://systemflowco.github.io/scripts/cookie-min.js"></script>
<script src="https://systemflowco.github.io/scripts/temporal-min.js"></script>
<script src="https://systemflowco.github.io/scripts/confetti-min.js"></script>
<script src="https://systemflowco.github.io/scripts/query-min.js"></script>
<script src="https://systemflowco.github.io/scripts/queryform-min.js"></script>
<script src="https://systemflowco.github.io/scripts/store-min.js"></script>
<script src="https://systemflowco.github.io/scripts/countup-min.js"></script>
<script src="https://systemflowco.github.io/scripts/prefilled-min.js"></script>
</body></html>