Alexa, make a VUI (voice ui)

Design

Ways to prototype

  1. Role-play
  2. Scripts
  3. SaySpring -> free but request an invite
  4. HighFidelity

Design principles

Utterances: What people actually say

Intent: What you're actually trying to say

Principles of conversation

Types of skills

AWS Lambda ARN

const Alexa = require('alexa-sdk');

const handlers = {
	'LaunchRequest': function() {
		this.emit(":ask", "Hello my friends at Open WEst!", "no really, hello");
   }
}

	


Ideas

  1. Reserving a room
  2. Check/Log expenses
  3. Sending a coworker a message.

open-west