IF YOU D LIKE TO BUILD ALONG WITH ME

Size: px
Start display at page:

Download "IF YOU D LIKE TO BUILD ALONG WITH ME"

Transcription

1 IF YOU D LIKE TO BUILD ALONG WITH ME 1. Visual Studio 2015 (or newer) with AWS Toolkit for Visual Studio 2. Sign up for an AWS Account (Free, requires credit card): 3. Sign up for an Amazon Developer Account (Free)

2 LET S BUILD AN ALEXA SKILL TOGETHER

3 WE RE HIRING! PAUL OLIVER PRINCIPAL SOFTWARE ARCHITECT

4 THE PLAN How Alexa Works Create an interactive service with slots Summary

5 ALEXA SKILL A capability for your Alexa device Custom Skills Look up info from a web service Integrate with Uber, Domino s Pizza Interactive Games Smart Home Skills Turn your lights off Change your thermostat

6 SKILL Skill Service Service Container Skill Interface Voice User Interface Configuration UTTERANCES SLOT TYPES INTENT SCHEMA HTTPS Service

7 COMPONENTS OF A CUSTOM SKILL A set of intents that represent actions that users can do with your skill A set of sample utterances that specify words and phrases An invocation name that identifies the skill A cloud-based service that accepts these intents and acts on them A configuration that combines all this, created in the developer portal

8 INTENTS OneshotTideIntent mapped to several sample utterances: OneshotTideIntent get high tide OneshotTideIntent get high tide for {City} OneshotTideIntent tide information for {City} OneshotTideIntent when is high tide in {City}... (many more sample utterances) Sample Utterance Invocation Name Alexa, get high tide for Seattle from Tide Pooler

9 SLOTS (VARIABLES IN THE INTENT) OneshotTideIntent mapped to several sample utterances: OneshotTideIntent get high tide OneshotTideIntent get high tide for {City} OneshotTideIntent tide information for {City} OneshotTideIntent when is high tide in {City}... (many more sample utterances) Slot Alexa, get high tide for Seattle from Tide Pooler

10 INTENTS MAPPED TO SAMPLE UTTERANCES OneshotTideIntent get high tide OneshotTideIntent get high tide for {City} OneshotTideIntent tide information for {City} OneshotTideIntent when is high tide in {City}... (many more sample utterances) This is called the Interaction Model

11 OneshotTideIntent get high tide OneshotTideIntent get high tide for {City} OneshotTideIntent tide information for {City} OneshotTideIntent when is high tide in {City}... (many more sample utterances) Alexa, get high tide for Seattle from Tide Pooler 1. The user s speech is streamed to the Alexa service in the cloud 2. Alexa service recognizes that Tide Pooler skill belongs to OneshotTideIntent 3. Alexa service structures into a request and sends the request to the skill service you ve defined. The request includes the value Seattle as the City 4. The Tide Pooler service gets the request and takes action 5. Tide Pooler sends the Alexa service a structured response with the text to speak to the user 6. The Alexa-enabled device speaks the response back to the user

12 CONDUCTING A CONVERSATION WITH A USER Alexa, Get high tide for Seattle from Tide Pooler Alexa, Ask Recipes how do I make an omelet? Alexa, Ask Genius about Lil Kim Alexa, Give ten points to Stephen using Score Keeper

13 INTERACT WITH A SKILL WITHOUT A SPECIFIC QUESTION OR REQUEST Alexa, Open Tide Pooler Alexa, Talk to Recipes Alexa, Play Trivia Master Alexa, Start Score Keeper

14 SKILL Skill Service Service Container Skill Interface Voice User Interface Configuration UTTERANCES SLOT TYPES INTENT SCHEMA HTTPS Service Alexa, get high tide for Seattle from Tide Pooler

15 TIME TO BUILD OUR SKILL COUNTRY INFO

16 OUR CUSTOM SKILL Alexa, ask Country Info about France We ll use C# for our Skill Service.NET Core app Use AWS Nuget packages We ll host our service in AWS Lambda (Serverless) We ll use a REST service that returns country About France. The capitol is Paris and the population is 66 million 710 thousand. information

17 COUNTRY INFO SERVICE REST service at

18 STEPS SKILL Step 1: Design a Voice User Interface Skill Service Skill Interface Step 2: Set Up the Skill Step 3: Write and Test the Code UTTERANCES SLOT TYPES INTENT SCHEMA HTTPS Service

19 DESIGN VOICE USER INTERFACE - UTTERANCES Alexa, ask Country Info the capitol of England Alexa, get the capitol of England from Country Info Alexa, ask Country Info about England CountryInfoIntent the capitol of {Country} CountryInfoIntent get the capitol of {Country} CountryInfoIntent country info for {Country} CountryInfoIntent what is the capitol of {Country} CountryInfoIntent about {Country} CountryInfoIntent tell me the capitol of {Country}

20 UTTERANCES SLOT TYPES INTENT SCHEMA

21 DESIGN VOICE USER INTERFACE - SLOTS AND SLOT TYPES Alexa, ask Country Info the capitol of England Alexa, get the capitol of England from Country Info Alexa, ask Country Info about England CountryInfoIntent the capitol of {Country} CountryInfoIntent get the capitol of {Country} CountryInfoIntent country info for {Country} CountryInfoIntent what is the capitol of {Country} CountryInfoIntent about {Country} CountryInfoIntent tell me the capitol of {Country}

22 UTTERANCES SLOT TYPES INTENT SCHEMA

23 DESIGN VOICE USER INTERFACE - INTENT SCHEMA SKILL Skill Service Skill Interface UTTERANCES SLOT TYPES INTENT SCHEMA HTTPS Service Use the code (gist: and enter it into the Amazon Developer Portal

24 LET S BUILD AN ALEXA SKILL TOGETHER OPEN VISUAL STUDIO 2015 OR NEWER Make sure you have AWS Toolkit for Visual Studio installed Gists for the steps of the code:

25 SUMMARY SKILL Skill Service Skill Interface Described How Alexa Works Showed that a Skill is broken into two parts UTTERANCES Used Visual Studio to develop a C# Alexa SLOT TYPES Skill Service INTENT SCHEMA Used the AWS Console and Amazon HTTPS Service Developer Portal to manage the rest

26 WE RE HIRING! PAUL OLIVER PRINCIPAL SOFTWARE ARCHITECT

27 PAUL OLIVER PRINCIPAL SOFTWARE ARCHITECT Slides: Youtube: Github:

Lab 1: Hello Alexa. EE596B/LING580K Conversational Artificial Intelligence Hao Fang

Lab 1: Hello Alexa. EE596B/LING580K Conversational Artificial Intelligence Hao Fang Lab 1: Hello Alexa EE596B/LING580K Conversational Artificial Intelligence Hao Fang Outline Task 1: Create your first Alexa Skill Step 1: Create an AWS Lambda function Step 2: Create an Alexa Skill Step

More information

Build, Deploy & Operate Intelligent Chatbots with Amazon Lex

Build, Deploy & Operate Intelligent Chatbots with Amazon Lex Build, Deploy & Operate Intelligent Chatbots with Amazon Lex Ian Massingham AWS Technical Evangelist @IanMmmm aws.amazon.com/lex 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa

Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa Your Voice is Your Passport: Implementing Voice-driven Applications with Amazon Alexa Stephen Lippens Solutions Architect slippens@microstrategy.com This presentation may include statements that constitute

More information

How Agencies are Developing Accessible E-Government. By Stephen Condon Software Engineer Fig Leaf Software

How Agencies are Developing Accessible E-Government. By Stephen Condon Software Engineer Fig Leaf Software How Agencies are Developing Accessible E-Government By Stephen Condon Software Engineer Fig Leaf Software www.figleaf.com scondon@figleaf.com 1 Objectives 2 Define a custom skill for Amazon Alexa Define

More information

Welcome to Numerica Credit Union s Amazon Alexa * Skill

Welcome to Numerica Credit Union s Amazon Alexa * Skill Welcome to Numerica Credit Union s Amazon Alexa * Skill The Numerica Skill can provide financial information and process transactions from your Amazon Echo device. Using the Numerica Skill, you can do

More information

AI Made Simple. Christian Petters, Solutions Architect, Amazon Web Services

AI Made Simple. Christian Petters, Solutions Architect, Amazon Web Services AI Made Simple Christian Petters, cpetters@amazon.de Solutions Architect, Amazon Web Services 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon AI: New Deep Learning Services

More information

Amber DrupalCon Vienna September 2017

Amber DrupalCon Vienna September 2017 Get Started with Voice User Interfaces Amber Matz @amberhimesmatz DrupalCon Vienna September 2017 About Me Amber Matz Production Manager and Trainer Drupalize.Me Twitter: @amberhimesmatz Drupalize.Me big

More information

Sit all three speakers next to each other, starting with the Echo and ending with the Dot, and you'd get one tall, one medium, and one short.

Sit all three speakers next to each other, starting with the Echo and ending with the Dot, and you'd get one tall, one medium, and one short. Echo Tap Dot Sit all three speakers next to each other, starting with the Echo and ending with the Dot, and you'd get one tall, one medium, and one short. The differences between Amazon's speakers aren't

More information

Alexa, what did I do last summer?

Alexa, what did I do last summer? , what did I do last summer? Vladimir Katalov, ElcomSoft SecTor 2018 ElcomSoft Ltd. www.elcomsoft.com 1 Who s Alexa? Amazon Alexa is a virtual assistant developed by Amazon She s 4 years young First appeared

More information

Analytics for Digital Assistants Whitepaper

Analytics for Digital Assistants Whitepaper Adobe Analytics Analytics for Digital Assistants Whitepaper Introduction With recent advances in cloud computing, machine learning and natural language processing, digital assistants are moving out of

More information

Download Applications Plugging in your WiFi dongle WiFi Selection Pairing dongle with Beautyrest Black app...

Download Applications Plugging in your WiFi dongle WiFi Selection Pairing dongle with Beautyrest Black app... WiFi Setup Guide Table of Contents Download Applications... 1 Plugging in your WiFi dongle.... 2 WiFi Selection....3-4 Pairing dongle with Beautyrest Black app....5-6 What you need to pair with Alexa or

More information

Building Secure and Scalable Mobile Apps on AWS

Building Secure and Scalable Mobile Apps on AWS Building Secure and Scalable Mobile Apps on AWS Dennis Hills Mobile Developer Advocate, Amazon Web Services April 20, 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda

More information

bst Documentation Release John Kelvie, Bela Vizy, Michael Myers

bst Documentation Release John Kelvie, Bela Vizy, Michael Myers bst Documentation Release John Kelvie, Bela Vizy, Michael Myers August 30, 2016 Overview 1 Getting Started 3 1.1 Installation................................................ 3 1.2 Updating.................................................

More information

Download Applications Plugging in your WiFi dongle WiFi Selection Pairing dongle with Ergo Power Command app...

Download Applications Plugging in your WiFi dongle WiFi Selection Pairing dongle with Ergo Power Command app... WiFi Setup Guide Table of Contents Download Applications... 1 Plugging in your WiFi dongle.... 2 WiFi Selection....3-4 Pairing dongle with Ergo Power Command app....5-6 What you need to pair with Alexa

More information

What Is Voice SEO and Why Should My Site Be Optimized For Voice Search?

What Is Voice SEO and Why Should My Site Be Optimized For Voice Search? What Is Voice SEO and Why Should My Site Be Optimized For Voice Search? Voice search is a speech recognition technology that allows users to search by saying terms aloud rather than typing them into a

More information

Let s get started! Congratulations! How to activate your LCI ConnectAnywhere System

Let s get started! Congratulations! How to activate your LCI ConnectAnywhere System Congratulations! How to activate your LCI ConnectAnywhere System With LCI ConnectAnywhere you can now unlock the ultimate in usability for your RV. You now have the ability to control and view vital functions

More information

Microservices without the Servers: AWS Lambda in Action

Microservices without the Servers: AWS Lambda in Action Microservices without the Servers: AWS Lambda in Action Dr. Tim Wagner, General Manager AWS Lambda August 19, 2015 Seattle, WA 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Two

More information

Let s get started! Congratulations! How to activate your LCI ConnectAnywhere System

Let s get started! Congratulations! How to activate your LCI ConnectAnywhere System Congratulations! How to activate your LCI ConnectAnywhere System With LCI ConnectAnywhere you can now unlock the ultimate in usability for your RV. You now have the ability to control and view vital functions

More information

Open Source at Amazon. Alolita Sharma Principal Technologist, Amazon Web Services FOSS Backstage, Berlin June

Open Source at Amazon. Alolita Sharma Principal Technologist, Amazon Web Services FOSS Backstage, Berlin June at Amazon Alolita Sharma Principal Technologist, Amazon Web Services Twitter: @alolita FOSS Backstage, Berlin June 13-14 2018 @ Amazon What are we doing How can you get involved Agenda How can you benefit

More information

THE SWANN SECURITY SKILL WITH AMAZON ALEXA SETUP GUIDE

THE SWANN SECURITY SKILL WITH AMAZON ALEXA SETUP GUIDE THE SWANN SECURITY SKILL WITH AMAZON ALEXA SETUP GUIDE 1 2 ABOUT THE SWANN SECURITY SKILL Now it s even easier to see what s happening. Amazon Alexa works with Swann Security to stream live camera video

More information

AWS Lambda. 1.1 What is AWS Lambda?

AWS Lambda. 1.1 What is AWS Lambda? Objectives Key objectives of this chapter Lambda Functions Use cases The programming model Lambda blueprints AWS Lambda 1.1 What is AWS Lambda? AWS Lambda lets you run your code written in a number of

More information

Voice Control. Setting with Google and Amazon

Voice Control. Setting with Google and Amazon Voice Control Setting with Google and Amazon Table Contents 1. How to setup Google Assistant and Amazon Alexa.... 2 A. Register Gateway for use with Google and Amazon Voice Control... 3 2. Google Assistant

More information

AI for Everyone. Ian Massingham Chief Evangelist

AI for Everyone. Ian Massingham Chief Evangelist AI for Everyone Ian Massingham Chief Evangelist (EMEA) @IanMmmm ianm@amazon.com Artificial Intelligence & Deep Learning At Amazon Thousands Of Employees Across The Company Focused on AI Discovery & Search

More information

How to setup Google Assistant and Amazon Alexa. Make sure your Gateway has Firmware version 1.81 or higher.

How to setup Google Assistant and Amazon Alexa. Make sure your Gateway has Firmware version 1.81 or higher. How to setup Google Assistant and Amazon Alexa. Make sure your Gateway has Firmware version 1.81 or higher. First the Gateway that will be used needs to be binded. To do this in the APP go to (1) Settings

More information

ALEX A INTEGR ATION. For the Ketra Lighting System

ALEX A INTEGR ATION. For the Ketra Lighting System ALEX A INTEGR ATION For the Ketra Lighting System STARTUP GUIDE CONTENTS Overview 3 Prerequisites & Recommendations 3 Instructions 4 Get started with Alexa 4 Device Discovery 6 Device Control 7 PAGE 2

More information

Dialog AI Personal Assistant. User Guide for Amazon echo devices

Dialog AI Personal Assistant. User Guide for Amazon echo devices Dialog AI Personal Assistant User Guide for Amazon echo devices Contents 1 Amazon Echo... Error! Bookmark not defined. 1.1 How to Create an Amazon Account... 3 1.2 How to Set Up the Amazon Echo... 3 1.3

More information

BluOS Alexa Skill Commands. Alexa, ask Blue Voice to...

BluOS Alexa Skill Commands. Alexa, ask Blue Voice to... BluOS Alexa Skill Commands Alexa, ask Blue Voice to... General Notes for Using the BluOS Alexa Skill This skill will be updated periodically. Go to https://www.bluos.net/voice-skills for the most up-to-date

More information

Azure Web App for Containers Code Sample. Demo Script

Azure Web App for Containers Code Sample. Demo Script Azure Web App for Containers Code Sample Demo Script 1 Prepare the demo Setup the demo according to the instructions in the README.md file in the GitHub repository. Create or use existing GitHub AND LinkedIn

More information

Global Standalone VPA (Virtual Personal Assistant) Device Market: Size, Trends & Forecasts ( ) May 2018

Global Standalone VPA (Virtual Personal Assistant) Device Market: Size, Trends & Forecasts ( ) May 2018 Global Standalone VPA (Virtual Personal Assistant) Device Market: Size, Trends & Forecasts (2018-2022) May 2018 Global Standalone VPA Device Market: Coverage Executive Summary and Scope Introduction/Market

More information

Administrator Guide Administrator Guide

Administrator Guide Administrator Guide AutobotAI account setup process with AWS account linking In order to provide AWS account access to autobotai skill, It has to be configured in https://autobot.live portal. Currently only one account can

More information

Android Basics Nanodegree Syllabus

Android Basics Nanodegree Syllabus Android Basics Nanodegree Syllabus Before You Start This is an entry-level program. No prior programming experience required. Project 1: Build a Single Screen App Design and implement a single screen app

More information

Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017

Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017 1 Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017 MSUFCU Contacts: Emily Fesler Collin Lochinski Judy Lynch Benjamin Maxim Andy Wardell Michigan

More information

ITP 342 Mobile App Development. APIs

ITP 342 Mobile App Development. APIs ITP 342 Mobile App Development APIs API Application Programming Interface (API) A specification intended to be used as an interface by software components to communicate with each other An API is usually

More information

Voice Activated Devices

Voice Activated Devices Voice Activated Devices Maryl Gearhart Pat Hom Howard Kirsch Celie Placzek Mike Safer Monty Sher Ashby Village & UCB Retirement Center December 18, 2018 Overview Why voice activated devices? Practical

More information

Google Home. List of Basic Commands

Google Home. List of Basic Commands Google Home List of Basic Commands Your day Hear your daily briefing: "OK, Google, tell me about my day" or "OK, Google, good morning." (This includes a personalized greeting, info on weather, traffic,

More information

Using Speech Recognition to Control the Home Environment: David Harrington, Ryan Henderson, Peter Mason, Dhruva Seelin Penn State University

Using Speech Recognition to Control the Home Environment: David Harrington, Ryan Henderson, Peter Mason, Dhruva Seelin Penn State University Using Speech Recognition to Control the Home Environment: David Harrington, Ryan Henderson, Peter Mason, Dhruva Seelin Penn State University Learning Factory Project Spring 2017 All opinions are those

More information

MVR 2.0 Quick Start Guide

MVR 2.0 Quick Start Guide MVR 2.0 Quick Start Guide This guide will show you how to get started quickly, select your MVR phone number, and get your basic system set up and ready to start generating inbound lead calls all in a matter

More information

Monitoring Serverless Architectures in AWS

Monitoring Serverless Architectures in AWS Monitoring Serverless Architectures in AWS The introduction of serverless architectures is a positive development from a security perspective. Splitting up services into single-purpose functions with well-defined

More information

2017 Solution for Intelligent Voice-interaction Products. Powered By VOBOT

2017 Solution for Intelligent Voice-interaction Products. Powered By VOBOT 2017 Solution for Intelligent Voice-interaction Products Powered By VOBOT Amazon Alexa Early in the era of PC, browsers played an important role as the entrance of Internet. After that we stepped into

More information

Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content

Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content Technical Disclosure Commons Defensive Publications Series December 04, 2017 Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content Ravi Solanki Devraj Mehta Follow

More information

Capturing Button Data in a FileMaker Database

Capturing Button Data in a FileMaker Database Capturing Button Data in a FileMaker Database With a FileMaker database, it is possible to capture the JSON data generated by an AT&T LTE-M or AWS Enterprise Button. DB Services already wrote a great blog

More information

Google Home/Assistant Setup Guide

Google Home/Assistant Setup Guide Google Home/Assistant Setup Guide You may use this SETUP GUIDE or download the SmartProjection App. Open App and select Google Home Setup Guide. This guide is for PC only. Contents Full Power Active mode

More information

Energy Management with AWS

Energy Management with AWS Energy Management with AWS Kyle Hart and Nandakumar Sreenivasan Amazon Web Services August [XX], 2017 Tampa Convention Center Tampa, Florida What is Cloud? The NIST Definition Broad Network Access On-Demand

More information

15 Things You Can Do With Cortana

15 Things You Can Do With Cortana 15 Things You Can Do With Cortana How-to Geek www.howtogeek.com SCV COMPUTER CLUB DECEMBER 14, 2016 What is Cortana Cortana is one of Windows 10 s most visible new features Made the leap from Windows Phone

More information

Voice Operated Assistants. APCUG VTC - 11/4/17 Greg Skalka

Voice Operated Assistants. APCUG VTC - 11/4/17 Greg Skalka Voice Operated Assistants APCUG VTC - 11/4/17 Greg Skalka Voice Operated Assistants Dedicated Devices Amazon Echo, Dot, Echo Plus, Show, Look Google Home, Mini, Max Augmented Devices Amazon Fire HD10 Tablet,

More information

THE CONNECTED HOME FRANK MAY 10/20/2016

THE CONNECTED HOME FRANK MAY 10/20/2016 THE CONNECTED HOME FRANK MAY 10/20/2016 TABLE OF CONTENTS What is a Connected Home? What does (or can) it look like today? Connected household products Some trends The dark side of all of this! CONNECTED

More information

How to connect my TP-Link Smart Plug to my home network via Kasa?

How to connect my TP-Link Smart Plug to my home network via Kasa? How to connect my TP-Link Smart Plug to my home network via Kasa? This Article Applies to: TP-Link smart devices can be controlled by Kasa App locally and remotely. By this means we can easily make the

More information

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time.

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time. Volume: 63 Questions Question No: 1 A system with a set of classifiers is trained to recognize eight different company logos from images. It is 78% accurate. Without further information, which statement

More information

Step 1: DialogTech Portal

Step 1: DialogTech Portal Step 1: DialogTech Portal 1. Log into the DialogTech portal at secure.dialogtech.com/login.php 2. Add a phone number under Call Routing -> Phone Routing by clicking the button in the bottom left corner

More information

Quick Guide of Using Google Home To Control Smart Devices

Quick Guide of Using Google Home To Control Smart Devices Quick Guide of Using Google Home To Control Smart Devices 1.What you need to get started Before using Google Home to control your smart devices, make sure you meet the following conditions. Stable WiFi

More information

BT CLOUD VOICE COMMUNICATOR USER GUIDE.

BT CLOUD VOICE COMMUNICATOR USER GUIDE. BT CLOUD VOICE COMMUNICATOR iphone EDITION. USER GUIDE. WHAT S IN THIS GUIDE. 1. Introduction. 3 1.1 Overview 3 1.2 Audience 3 2. Requirements. 4 2.1 Hardware & Software Requirements 4 2.2 Licensing Requirements

More information

Presenter: Ravikumar Balakrishna & Santosh Subramanya April 26, 2018

Presenter: Ravikumar Balakrishna & Santosh Subramanya April 26, 2018 Unified Voice Interface Platform Presenter: Ravikumar Balakrishna & Santosh Subramanya April 26, 2018 CONNECTED Devices Possibility to connect Built-in HMIs Interface Millions of Connected Devices USER

More information

What is WeChat? WeChat (Wēixìn, 微信 ) is a social messaging app developed by Tencent ( 腾讯 ) starting in 2011.

What is WeChat? WeChat (Wēixìn, 微信 ) is a social messaging app developed by Tencent ( 腾讯 ) starting in 2011. Wechat What is WeChat? WeChat (Wēixìn, 微信 ) is a social messaging app developed by Tencent ( 腾讯 ) starting in 2011. It is available for both Android and ios devices. It can be used to chat with other people

More information

7 Keys to Comparing Google Apps Premier Edition with Microsoft Exchange Server 2003/2007

7 Keys to Comparing Google Apps Premier Edition with Microsoft Exchange Server 2003/2007 7 Keys to Comparing with Microsoft Exchange Server 2003/2007 Partner Guide Introduction is Google s Software as a Service (SaaS) solution for business messaging, collaboration, and security. It includes

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

App Instructions. Quick Start Guide. works with the Google Assistant

App Instructions. Quick Start Guide. works with the Google Assistant App Instructions s Quick Start Guide works with the Google Assistant 1 OVERVIEW The Modern Forms App enables control of WiFi equipped Modern Forms Smart Fans. Log in with your existing Facebook Account,

More information

Using PowerPoint - 1

Using PowerPoint - 1 Using PowerPoint - 1 Introduction to the course. Before we start, we need to know what power point is. I m sure most of you know about ppt, but for those of you who may be new to this: [1a-c] When you

More information

Installation. Manual

Installation. Manual Installation Manual Thank you for purchasing Nexx Garage! Installation will be quick and easy and should take about 30 minutes to complete. For additional installation instructions, please visit our website

More information

Voice activated spell-check

Voice activated spell-check Technical Disclosure Commons Defensive Publications Series November 15, 2017 Voice activated spell-check Pedro Gonnet Victor Carbune Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Qlik Sense Architecture

Qlik Sense Architecture Qlik Sense Architecture Understand the basics of the new Sense platform 14 October, 2014 Magnus Berg Master Principal Enterprise Architect Qlik Sense Desktop Qlik Sense Server Architecture Distributed

More information

ALEXA SETUP User Guide

ALEXA SETUP User Guide 1. PRODUCT ANALYZE ALEXA SETUP User Guide 1. Two ways to download LITEdge App A. Scan the QR code to download LITEdge App B. Download LITEdge App from App Store or Google Play and install it in your phone.

More information

Demonstration of the Amazon Echo and Some Apple Stuff

Demonstration of the Amazon Echo and Some Apple Stuff Demonstration of the Amazon Echo and Some Apple Stuff Lorrin R. Garson OPCUG & PATACS December 10, 2016 2016 Lorrin R. Garson Background Information Improvements in Computer Hardware: Processing power

More information

Voice-controlled Home Automation Using Watson, Raspberry Pi, and Openwhisk

Voice-controlled Home Automation Using Watson, Raspberry Pi, and Openwhisk Voice-controlled Home Automation Using Watson, Raspberry Pi, and Openwhisk Voice Enabled Assistants (Adoption) Voice Enabled Assistants (Usage) Voice Enabled Assistants (Workflow) Initialize Voice Recording

More information

ViGo Architecture and Principles. Mobile Voice Biometrics as-a-service

ViGo Architecture and Principles. Mobile Voice Biometrics as-a-service ViGo Architecture and Principles Mobile Voice Biometrics as-a-service Part number: VV/VIGO/DOC/183/C Copyright 2015 VoiceVault Inc. All rights reserved. This document may not be copied, reproduced, transmitted

More information

AWS IoT Overview. July 2016 Thomas Jones, Partner Solutions Architect

AWS IoT Overview. July 2016 Thomas Jones, Partner Solutions Architect AWS IoT Overview July 2016 Thomas Jones, Partner Solutions Architect AWS customers are connecting physical things to the cloud in every industry imaginable. Healthcare and Life Sciences Municipal Infrastructure

More information

#AllAboutVoice A New Era with New Business Opportunities

#AllAboutVoice A New Era with New Business Opportunities #AllAboutVoice A New Era with New Business Opportunities Newark, July 26th Alexa is here to stay. www.nytimes.com in 60 seconds. Natural Language Accessibility Speed Accuracy 2018 voice-enabled devices.000.000.000

More information

2010 American Mobile Consumer Report

2010 American Mobile Consumer Report 2010 American Mobile Consumer Report March 5, 2010 Experian and the marks used herein are service marks or registered trademarks of Experian Information Solutions, Inc. Other product and company names

More information

This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and

This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and Serverless Integration Powered by Flogo and Lambda Leon Stigter Developer Advocate TIBCO 2 Abstract No matter the metric, "serverless" is definitely gaining interest. It s the dream of every developer,

More information

Accenture Cloud Platform Serverless Journey

Accenture Cloud Platform Serverless Journey ARC202 Accenture Cloud Platform Serverless Journey Tom Myers, Sr. Cloud Architect, Accenture Cloud Platform Matt Lancaster, Lightweight Architectures Global Lead November 29, 2016 2016, Amazon Web Services,

More information

User Manual. AZATOM Venture VT100. This manual is available to download online at

User Manual. AZATOM Venture VT100. This manual is available to download online at AZATOM Venture VT100 Spotify is the world s most popular streaming service. If you subscribe to Spotify Premium, you can control your Venture VT100 with your phone or tablet via the Spotify app, by pressing

More information

Serverless Computing. Redefining the Cloud. Roger S. Barga, Ph.D. General Manager Amazon Web Services

Serverless Computing. Redefining the Cloud. Roger S. Barga, Ph.D. General Manager Amazon Web Services Serverless Computing Redefining the Cloud Roger S. Barga, Ph.D. General Manager Amazon Web Services Technology Triggers Highly Recommended http://a16z.com/2016/12/16/the-end-of-cloud-computing/ Serverless

More information

Free Google Keyword Tool Alternatives

Free Google Keyword Tool Alternatives cloudincome.com http://www.cloudincome.com/google-keyword-tool-alternatives/ Free Google Keyword Tool Alternatives In August 2013 we saw the Google Keyword Tool as we know it, cease to exist. It s has

More information

Microsoft Cloud Workshop. Intelligent Analytics Hackathon Learner Guide

Microsoft Cloud Workshop. Intelligent Analytics Hackathon Learner Guide Microsoft Cloud Workshop Intelligent Analytics Hackathon Learner Guide August 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential and proprietary to Microsoft. Internal

More information

Automate best practices and operational health for your AWS resources with Trusted Advisor and AWS Health

Automate best practices and operational health for your AWS resources with Trusted Advisor and AWS Health Automate best practices and operational health for your AWS resources with Trusted Advisor and AWS Health Heitor Lessa, Solutions Architect @ AWS Stephen Gran, Senior Technical Architect @ Piksel June

More information

Introduction to Amazon Echo and Dot

Introduction to Amazon Echo and Dot Introduction to Amazon Echo and Dot Instructors David Kirsch CCHSV Programs Director Mary O Neill CCHSV Webmaster 1 Amazon Echo $179 Release date: November 6, 2014 Dimensions: 9.3 in. x 3.3 in. x 3.3 in.

More information

Introduction to Amazon Lumberyard and GameLift

Introduction to Amazon Lumberyard and GameLift Introduction to Amazon Lumberyard and GameLift Peter Chapman, Solutions Architect chappete@amazon.com 3/7/2017 A Free AAA Game Engine Deeply Integrated with AWS and Twitch Lumberyard Vision A free, AAA

More information

Note: For each partner service, there is a specific technical note on the procedure to follow. This is only general information.

Note: For each partner service, there is a specific technical note on the procedure to follow. This is only general information. Cloud Partner Services General information By establishing the HCA Cloud, it becomes possible for HCA to partner with other companies and integrate their products into your HCA design. Unlike older products,

More information

Searching for an App In the figure below I entered youtube in the search box in the upper right and found the results as shown.

Searching for an App In the figure below I entered youtube in the search box in the upper right and found the results as shown. Using the App Store Introduction App is short for application, meaning software program, and the App Store is a single, centralized catalog of every authorized ipad add-on program in the world. In fact,

More information

Serverless Design Patterns And Best Practices

Serverless Design Patterns And Best Practices We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with serverless design patterns

More information

CMSC 628: Introduction to Mobile Computing

CMSC 628: Introduction to Mobile Computing CMSC 628: Introduction to Mobile Computing Nilanjan Banerjee University of Maryland Baltimore County nilanb@umbc.edu http://www.csee.umbc.edu/~nilanb/teaching/628/ Introduction to Mobile Computing 1 Why

More information

Connecting to Telegram

Connecting to Telegram SOCIAL MEDIA MARKETING Connecting to Telegram POST TO: And many more... What s in this guide? What is Telegram? Creating a Telegram account. What is a Telegram bot? Connecting your Telegram account to

More information

65% say that they wouldn t want to go back to life without their Smart Speaker

65% say that they wouldn t want to go back to life without their Smart Speaker 65% say that they wouldn t want to go back to life without their Smart Speaker Methodology 1,010 person telephone survey Adults age 18 and older National study conducted 12/26/2017 12/30/2017 806 person

More information

Let s get started. In this guide: Attach and remove your Moto Mod MD100X SMART SPEAKER

Let s get started. In this guide: Attach and remove your Moto Mod MD100X SMART SPEAKER Let s get started We ll guide you through attaching and using your Motorola Smart Speaker with Amazon Alexa. In this guide: Attach and remove your Moto Mod Charge your Smart Speaker and Phone Smart Speaker

More information

Qualys Release Notes

Qualys Release Notes Qualys 8.9.1 Release Notes This new release of the Qualys Cloud Suite of Security and Compliance Applications includes improvements to Vulnerability Management and Policy Compliance. Qualys Cloud Platform

More information

Engineering Data Intensive Scalable Systems

Engineering Data Intensive Scalable Systems Engineering Data Intensive Scalable Systems Introduction Internet services companies such as Google, Yahoo!, Amazon, and Facebook, have pioneered systems that have achieved unprecedented scale while still

More information

AI & Machine Learning at Amazon

AI & Machine Learning at Amazon DevDay Berlin AI & Machine Learning at Amazon Ian Massingham IanMmmm Developer Technology Evangelism, Amazon Web Services ianm@amazon.com 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu

CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu The Rest of the Class The Rest of this class Part 1: Course and Android Introduction

More information

Situational Design. How to Shift from Screen-First to Voice-First Design. Paul Cutsinger. Head of Alexa Voice Design Education.

Situational Design. How to Shift from Screen-First to Voice-First Design. Paul Cutsinger. Head of Alexa Voice Design Education. Situational Design How to Shift from Screen-First to Voice-First Design Paul Cutsinger Head of Alexa Voice Design Education Amazon Alexa 2018 Amazon.com, Inc., or its affiliates Introduction With the rise

More information

Architect your deployment using Chef

Architect your deployment using Chef ArcGIS Enterprise Architect your deployment using Chef Cherry Lin and Scott MacDonald ArcGIS Enterprise base deployment Why automate your ArcGIS Enterprise deployment? Efficiency Get up and running faster

More information

Computer Training Center 1515 SW 10 th Avenue Topeka KS

Computer Training Center 1515 SW 10 th Avenue Topeka KS Computer Training Center 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Google is one of many free search engines located on the Internet. Google finds web pages on

More information

Data Visualization of the EchoQuery System

Data Visualization of the EchoQuery System Data Visualization of the EchoQuery System Ying Su ying_su@brown.edu Dec. 2016 1. Abstract EchoQuery is a proof-of-concept voice-based database querying system initially implemented by Lyons, et al. 1

More information

Atlassian s Journey Into Splunk

Atlassian s Journey Into Splunk Atlassian s Journey Into Splunk The Building Of Our Logging Pipeline On AWS Tim Clancy Engineering Manager, Observability James Mackie Infrastructure Engineer, Observability September 2017 Washington,

More information

IoT 4 MFG. Thomas R. Kurfess, Ph.D., P.E.

IoT 4 MFG. Thomas R. Kurfess, Ph.D., P.E. IoT 4 MFG Thomas R. Kurfess, Ph.D., P.E. HUSCO/Ramirez Distinguished Chair in Fluid Power and Motion Control Woodruff School of Mechanical Engineering Georgia Institute of Technology Atlanta, Georgia USA

More information

Using the HCA Server as a bridge from Alexa to the world

Using the HCA Server as a bridge from Alexa to the world Using the HCA Server as a bridge from Alexa to the world You can use the HCA Server to control all the devices and programs that HCA supports Insteon, UPB, X10, IR, etc. But you can also use the HCA Server

More information

Docusign api c# API api api

Docusign api c# API api api Docusign api c# README.md. The Official DocuSign C# Client. Nuget version Nuget downloads Build status. You can sign up for a free developer sandbox. Aug 31, 2017. The design goal was to port the Node.js

More information

How accurate is AGNITIO KIVOX Voice ID?

How accurate is AGNITIO KIVOX Voice ID? How accurate is AGNITIO KIVOX Voice ID? Overview Using natural speech, KIVOX can work with error rates below 1%. When optimized for short utterances, where the same phrase is used for enrolment and authentication,

More information

Fraction Arithmetic. A proper fraction is a fraction with a smaller numerator than denominator.

Fraction Arithmetic. A proper fraction is a fraction with a smaller numerator than denominator. Fraction Arithmetic FRAX is a game that is designed to help you and your student/child master fractions, but it does not teach them the basics. I ve put together this document to help remind you about

More information

Tutorial: Guide To Using Lynda.com

Tutorial: Guide To Using Lynda.com Tutorial: Guide To Using Lynda.com What is lynda.com? lynda.com is an online education service that offers thousands of video courses in software, creative, and business skills. As a Richmond resident

More information

Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet.

Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet. Calabash Quickstart for Xamarin.iOS Overview In this quick start we'll add a Calabash feature to a Xamarin.iOS application and run the test locally and in Xamarin Test Cloud. The test will confirm that

More information

Connecting the Unconnected: IoT Made Simple

Connecting the Unconnected: IoT Made Simple Connecting the Unconnected: IoT Made Simple Max Amordeluso Head of Solutions Architecture AWS EU/EC @maxamorde Internet of Things Internet of Things Why so much interest? Smarter Products That Get Better

More information