Tools and Toolkits for Voice and Animated Character based Interventions. Overview

Size: px
Start display at page:

Download "Tools and Toolkits for Voice and Animated Character based Interventions. Overview"

Transcription

1 Tools and Toolkits for Voice and Animated Character based Interventions Timothy Bickmore & Daniel Schulman College of Computer & Information Science Northeastern University Tim Overview Dialogue based Interventions IVR languages & tools ECA tools Dan Dtask & LiteBody 1

2 Dialogue based Behavioral Informatics Current status of IVR systems Speech Recognition: accuracy of 85 90%+ Speech Synthesis: high quality for short utterances Dialog Management: stronglymanaged dialog flow Language Processing: Very limited Language Generation: Very trivial 2

3 GC_START Are you going to get some [more] exercise today? (time2bed > 2) GC_17 GC_2 (null) X again? if REL & know sport no yes GC_1 (time2bed<2) No (null) Great. I'm going to play a sport. Yes GC_18 GC_3 Yep GC_4 Which one? What kind of exercise are you going to do? Something else. How long do you plan to play for? GC_16 GC_19 I'm going to go for a walk. I'm going to workout at the gym. Are you going to workout tomorrow? What kind of exercise? (TEXTENTRY) I can't GC_7 GC_5 Great. How long do you plan to go for? GC_6 (above exp) (below exp) Great. How much aerobic exercise do you plan to do? Great. How long do you plan to go for? GC_21 (at exp) You shouldn't try to do so Do you think you can go for X minutes? much so soon... How about Do you think you can increase your time a little today/tomorrow? X minutes this time? Can you keep up the same time as yesterday/etc? OK No, I really want to. GC_9 Yes GC_8 No (null) GC_22 OK, but you should try to increase gradually.. Where are you going to walk? MotivateDuration if REL & know location GC_20 (illness injury) GC_11 GC_19 Is it becuase of your illness/ GC_10 Are you going to go injury? No GC_13 with X again? No (no illness/injury) Yes Are you going to (location X) again? yes No yes (if REL & know buddy) MotivateToExercise GC_12 (null) (else) (loner) GC_14 Are you going to gowith anyone? Yes No GC_15 Who? GC_END 4/27/2011 Directory assistance Taxi bookings Stock transactions Remote banking Travel reservations Auto attendants Pizza ordering And Current IVR Apps State of the Art: Scripted Interactions Scripts written by teams of experts Represented as flow charts or Augmented transition networks Implemented as state machines / ATNs / VXML GetCommitment 3

4 Voice XML What is it? Standardized language for specifying voice dialogs Output: Prerecorded audio and text to speech (TTS) Input: Touch tone keys and Automatic Speech Recognition (ASR) Extension of XML Designed to interact with web based applications History Phone Web project by AT&T Research Lucent and AT&T have incompatible dialects of Phone Markup Language So, VoiceXML Forum created with AT&T, Lucent, Motorola, and IBM Team develops VoiceXML 0.9, a first pass at standardization 2000 VoiceXML 1.0 was created and submitted to World Wide Web Consortium (W3C) 2001 VoiceXML 2.0 by W3C s Voice Browser Working Group 4

5 Big Picture: The phone as a web browser 5

6 VXML is a kind of XML Tags and body <cmu> <welcome>welcome to CMU! </welcome> <ecom> <welcome>welcome to the E-commerce!</welcome> </ecom> </cmu> zero or more attributes <welcome accent= texan >Welcome</welcome> <welcome accent= pittsburgh >Welcome</welcome> Tag with no body <breath/> A simple example <?xml version="1.0" encoding="utf-8"?> <vxml version="2.1"> <form> <field name= goingtobeach" type="boolean"> <prompt> Are you going to Daytona Beach this year? </prompt> <filled>ohh... <if cond= goingtobeach">that s great! <goto next= goingdocument.vxml" /> <else /> bummer maybe next year. <goto next= notgoingdocument.vxml" /> </if> </filled> </field> </form> </vxml> 6

7 A simple example ASR grammar & TTS prompt <?xml version="1.0" encoding="utf-8"?> <vxml version="2.1"> <form> <field name= goingtobeach" type="boolean"> <prompt> Are you going to Daytona Beach this year? </prompt> <filled>ohh... <if cond= goingtobeach">that s great! <goto next= goingdocument.vxml" /> <else /> bummer maybe next year. <goto next= notgoingdocument.vxml" /> </if> </filled> </field> </form> </vxml> A simple example Execution conditioned on ASR recognition <?xml version="1.0" encoding="utf-8"?> <vxml version="2.1"> <form> <field name= goingtobeach" type="boolean"> <prompt> Are you going to Daytona Beach this year? </prompt> <filled>ohh... <if cond= goingtobeach">that s great! <goto next= goingdocument.vxml" /> <else /> bummer maybe next year. <goto next= notgoingdocument.vxml" /> </if> </filled> </field> </form> </vxml> 7

8 A simple example if/else with goto <?xml version="1.0" encoding="utf-8"?> <vxml version="2.1"> <form> <field name= goingtobeach" type="boolean"> <prompt> Are you going to Daytona Beach this year? </prompt> <filled>ohh... <if cond= goingtobeach">that s great! <goto next= goingdocument.vxml" /> <else /> bummer maybe next year. <goto next= notgoingdocument.vxml" /> </if> </filled> </field> </form> </vxml> Commercial IVR Tools IBM WebSphere Voice Toolkit 8

9 Commercial IVR Tools Audium Studio Commercial IVR Tools Voxeo Designer 9

10 Commercial IVR Tools & Services VoiceXML based Solutions Directory at: Embodied Conversational Agents Automated Interventions (not computer mediated communication) 10

11 Natural, intuitive modality provides rapid acceptance Emulate human face to face conversation Focus on nonverbal communicative behavior gaze, posture, gesture, etc. Motivation: Acceptance & Usability 11

12 Motivation: Trust Building Agents can emulate human relationship building behavior to build and maintain trusting, working relationships. Motivation: Clients with Low HealthLiteracy Face to face communication, in conjunction with written instructions, is best However, most professionals have extremely limited time to spend with a customers 12

13 Current / Past Projects NIH/National Cancer Institute R01 Oncology clinical trial adherence R01 Exercise & UV for Cancer Prevention (URI) R21 Exercise Promotion for Older Bilingual Latino Adults (Stanford) NIH/National Institute on Aging R01 Clinic based Walking Promotion for Older Adults (BMC) NIH/National Heart, Lung, and Blood Institute R01 Hospital Discharge Patient Education (BMC) NIH/National Library of Medicine R21 Exercise & Diet promotion R21 Exercise promotion on mobile devices AHRQ Web based post discharge medication adherence/screening (BMC) Preconception care for young African American Women (BMC) NSF Exercise promotion for older adults 13

14 Embodied Conversational Agents Dialogue Engine options: Keyword match rules HTN/ATN (VoiceXML) Planner Output: typically TTS & animation Input options: Multiple choice Typed text Speech Embodied Conversational Agents Output Toolkits 14

15 Embodied Conversational Agents Standardization Efforts SAIBA Framework Situation / Agent / Intention / Behavior / Animation BML / FML Kopp, S., B. Krenn, et al. (2006). Towards a Common Framework for Multimodal Generation: The Behavior Markup Language. Intelligent Virtual Agents. Marina Del Rey, CA. BML Synchronization Points 15

16 Xtranormal State Microsoft Agent Beginning with Windows 7, Microsoft Agent will not be included or supported in future versions of the Microsoft Windows operating system. We encourage Microsoft Agent application developers and redistributors to evaluate their activities in light of this decision. 16

17 4/27/2011 Oddcast SitePal Scalable, web based, 2D (Flash based) characters. Limited dialog / logic support. sitepal.com SmartBody (BML support) USC Institute for Creative Technologies 17

18 3D Modeling & Animation Poser (Smith Micro) Maya etc. Dialogue Engines Eliza/ALICE (e.g. alice.pandorabots.com) Latent Semantic Analysis Virtual People Factory (Virtual Experience Research Group, U. Florida) VoiceXML CEA 2018/ DISCO web.cs.wpi.edu/~rich/cetask/ 18

19 Dtask & Litebody Developed under NLM grant to provide open source tools for web delivered, ECA based interventions in behavioral medicine Demonstrate use of standards Ontologies & task models for exericse and fruit&vegetable promotion LiteBody web based ECA framework Dtask plan based dialog engine 19

11/26/2008. CSG 170 Round 10. Prof. Timothy Bickmore. Quiz

11/26/2008. CSG 170 Round 10. Prof. Timothy Bickmore. Quiz Human-Computer Interaction CSG 170 Round 10 Prof. Timothy Bickmore Quiz 1 Quiz background Discourse Analysis Notation One utterance per line. Brackets represent overlapped behavior 1. A: Did you really

More information

DTask & LiteBody: Open Source, Standards-based Tools for Building Web-deployed Embodied Conversational Agents

DTask & LiteBody: Open Source, Standards-based Tools for Building Web-deployed Embodied Conversational Agents DTask & LiteBody: Open Source, Standards-based Tools for Building Web-deployed Embodied Conversational Agents Timothy Bickmore, Daniel Schulman, and George Shaw Northeastern University College of Computer

More information

Speech Applications. How do they work?

Speech Applications. How do they work? Speech Applications How do they work? What is a VUI? What the user interacts with when using a speech application VUI Elements Prompts or System Messages Prerecorded or Synthesized Grammars Define the

More information

Virtual Human Creation Pipeline

Virtual Human Creation Pipeline Virtual Human Creation Pipeline Virtual Human Toolkit Workshop Patrick Kenny 9/24/2008 The projects or efforts depicted were or are sponsored by the U.S. Army Research, Development, and Engineering Command

More information

INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS

INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS ιατµηµατικό Μεταπτυχιακό Πρόγραµµα Σπουδών : Οικονοµική & ιοίκηση Τηλεπικοινωνιακών ικτύων (Νέες υπηρεσίες και τεχνολογίες δικτύων) INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS Π.Κ Κίκιραs

More information

SCXML. Michael Bodell.

SCXML. Michael Bodell. SCXML Michael Bodell bodell@tellme.com Prologue (VXML 2.0/2.1) VoiceXML 2.0/2.1 is a standard out of the Voice Browser Working Group of the W3C VXML is to networked phone browsers as HTML is to internet

More information

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Rolf Schwitter schwitt@ics.mq.edu.au Macquarie University 2004 1 Today s Program Developing speech interfaces Brief history

More information

Version 2.7. Audio File Maintenance Advanced User s Guide

Version 2.7. Audio File Maintenance Advanced User s Guide Version 2.7 Audio File Maintenance Advanced User s Guide Contents Introduction to the Documentation...3 About the Documentation...3 Ifbyphone on the Web...3 Logging in to your Ifbyphone Account...3 Maintaining

More information

Multi-modal Web IBM Position

Multi-modal Web IBM Position Human Language Technologies Multi-modal Web IBM Position W3C / WAP Workshop Mobile Speech Solutions & Conversational AdTech Stéphane H. Maes smaes@us.ibm.com TV Raman 1 Definitions by example: evolution

More information

Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields

Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields Rolf Schwitter schwitt@ics.mq.edu.au Macquarie University 2004 1 Recap: VoiceXML Architecture Phone PSTN Internet

More information

Delivering Superior Self Service with Open Standards

Delivering Superior Self Service with Open Standards IP Telephony Contact Centers Mobility Services WHITE PAPER Delivering Superior Self Service with Open Standards VoiceXML and the Future of Services Oriented Architectures May 2005 Table of Contents Section

More information

Introducing the VoiceXML Server

Introducing the VoiceXML Server Introducing the VoiceXML Server David Asher Product Manager, Platform Solutions, NMS July 2005 Webinar Agenda Markets and introduction What is VoiceXML? System configurations Product description and features

More information

Dialogue systems. Volha Petukhova Saarland University

Dialogue systems. Volha Petukhova Saarland University Dialogue systems Volha Petukhova Saarland University 20/07/2016 Einführung in Diskurs and Pragmatik, Sommersemester 2016 Introduction Multimodal natural-language based dialogue as humanmachine interface

More information

Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0

Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0 Abstract These Application Notes provide

More information

VClarity Voice Platform

VClarity Voice Platform VClarity Voice Platform VClarity L.L.C. Voice Platform Snap-in Functional Overview White Paper Technical Pre-release Version 2.0 for VClarity Voice Platform Updated February 12, 2007 Table of Contents

More information

Niusha, the first Persian speech-enabled IVR platform

Niusha, the first Persian speech-enabled IVR platform 2010 5th International Symposium on Telecommunications (IST'2010) Niusha, the first Persian speech-enabled IVR platform M.H. Bokaei, H. Sameti, H. Eghbal-zadeh, B. BabaAli, KH. Hosseinzadeh, M. Bahrani,

More information

A POLICY-BASED DIALOGUE SYSTEM FOR PHYSICAL ACCESS CONTROL

A POLICY-BASED DIALOGUE SYSTEM FOR PHYSICAL ACCESS CONTROL A POLICY-BAED DIALOGUE YTEM FOR PHYICAL ACCE CONTROL TID 2012 GEORGE MAON UNIVERITY 10/25/2012 MOHAMMAD ABABNEH (George Mason University) DUMINDA WIJEEKERA (George Mason University) JAME BRET MICHAEL (Naval

More information

Speaker Verification in BeVocal VoiceXML

Speaker Verification in BeVocal VoiceXML Speaker Verification in BeVocal VoiceXML Version 1.5 May 2001 BeVocal, Inc. 1380 Bordeaux Drive Sunnyvale, CA 94089 2001. BeVocal, Inc. All rights reserved. 2 SPEAKER VERIFICATION IN BEVOCAL VOICEXML Table

More information

A Scripting Language for Multimodal Presentation on Mobile Phones

A Scripting Language for Multimodal Presentation on Mobile Phones A Scripting Language for Multimodal Presentation on Mobile Phones Santi Saeyor 1, Suman Mukherjee 2, Koki Uchiyama 2, Ishizuka Mitsuru 1 1 Dept. of Information and Communication Engineering, University

More information

Implementation of ASR4CRM : An Automated Speech- Enabled Customer Care Service System

Implementation of ASR4CRM : An Automated Speech- Enabled Customer Care Service System European Journal of Scientific Research ISSN 1450-216X Vol.23 No.1 (2008), pp.41-48 EuroJournals Publishing, Inc. 2008 http://www.eurojournals.com/ejsr.htm Implementation of ASR4CRM : An Automated Speech-

More information

Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase

Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase Christophe Dupriez DB Scape Chaussée de Bruxelles, 63 - Waterloo (Belgium) dupriez@dbscape.com - http://www.dbscape.com

More information

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 VoiceXML Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 Last updated June 17, 2016 (See Change Log for summary of changes.) Abstract This

More information

An Approach to VoiceXML Application Modeling

An Approach to VoiceXML Application Modeling An Approach to Application Modeling Xin Ni 1 Meng Ye 2 Lianhong Cai 3 1,3 Tsinghua University, Beijing, China 2 IBM China Research Lab nx01@mails.tsinghua.edu.cn, yemeng@cn.ibm.com, clh-dcs@tsinghua.edu.cn

More information

SurVo. Stepping Through the Basics. Version 2.0

SurVo. Stepping Through the Basics. Version 2.0 Stepping Through the Basics Version 2.0 Contents What is a SurVo?... 3 SurVo: Voice Survey Form... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Setting up a SurVo... 4 Speech/Recording Options...

More information

Voice Foundation Classes

Voice Foundation Classes The Unified CVP are a Java API for generating VoiceXML. Any custom component wishing to produce VoiceXML must use the VFCs because their main purpose is to act as an abstraction layer between VoiceXML

More information

EVALITA 2009: Loquendo Spoken Dialog System

EVALITA 2009: Loquendo Spoken Dialog System EVALITA 2009: Loquendo Spoken Dialog System Paolo Baggia Director of International Standards Speech Luminary at SpeechTEK 2009 Evalita Workshop December 12 th, 2009 Evalita Workshop 2009 Paolo Baggia 11

More information

A Framework for Visually Impaired Web Users with Keyboard as User Interface

A Framework for Visually Impaired Web Users with Keyboard as User Interface A Framework for Visually Impaired Web Users with Keyboard as User Interface Shanmugapriyan.K #1, S.K.V.Jayakumar *2, venkatesh.a #3 #Department of Computer Science and Engineering, Pondicherry University,

More information

Media Resource Control Protocol v2

Media Resource Control Protocol v2 Media Resource Control Protocol v2 Sarvi Shanmugham, Editor: MRCP v1/v2 Technical Leader, Cisco Systems Session Number 1 Roadmap Overview of the IETF Speechsc WG Effort MRCP Short Summary MRCP Architecture

More information

WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping

WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping Etsuo Mizukami and Chiori Hori Abstract This paper introduces a network-based spoken dialog system development tool kit:

More information

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following:

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following: This chapter contains the following: Product names, page 1 Summary description of Unified IP IVR, page 1 More than one Unified CCX product installed on a server, page 2 Unified IP IVR features supported

More information

Dan Henderlong July 27, 2017

Dan Henderlong July 27, 2017 Smart User Interfaces for Connected Cars Dan Henderlong July 27, 2017 Agenda User interfaces - Challenges EB s Complete UI Package The In-Car User Platform (ICUP) EB GUIDE Tool Augmented Reality Creator

More information

Version 2.6. SurVo Advanced User s Guide

Version 2.6. SurVo Advanced User s Guide Version 2.6 SurVo Advanced User s Guide Contents What is a SurVo?...3 SurVo: Voice Survey Form...3 About the Documentation...3 Ifbyphone on the Web...3 Setting up a SurVo...4 Speech/Recording Options...4

More information

Administering Cisco Unified Contact Center Enterprise for CVP Environments (ACCE-CVP)

Administering Cisco Unified Contact Center Enterprise for CVP Environments (ACCE-CVP) Administering Cisco Unified Contact Center Enterprise for CVP Environments (ACCE-CVP) Course Overview: Administering Cisco Unified Contact Center Enterprise for CVP Environments (ACCE-CVP) is an instructorled

More information

July 2004 Sophia Antipolis, France

July 2004 Sophia Antipolis, France Experience from Every Handheld A Position Paper Ewald Anderl CTO and VP, Kirusa anderl@kirusa.com Inderpal Singh Mumick CEO and Founder, Kirusa mumick@kirusa.com For the W3C Workshop July 2004 Sophia Antipolis,

More information

White Paper Subcategory. Overview of XML Communication Technologies

White Paper Subcategory. Overview of XML Communication Technologies Subcategory Overview of XML Communication Technologies Executive Summary A significant shift has occurred in the communications infrastructures deployed today. This shift is the result of the acceptance

More information

Position Statement for Multi-Modal Access

Position Statement for Multi-Modal Access Information and Communication Mobile Position Statement for Multi-Modal Access 26.11.2001 Authors: Nathalie Amann, SRIT (E-Mail: Nathalie.Amann@SRIT.siemens.fr) Laurent Hue, SRIT (E-Mail: Laurent.Hue@SRIT.siemens.fr)

More information

VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING

VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING computing@tanet.edu.te.ua www.tanet.edu.te.ua/computing ISSN 1727-6209 International Scientific Journal of Computing VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING Peter J. A. Reusch 1), Bastian Stoll

More information

Two types of market (3.3B cellphones WW) City center / USA and European (10%) Rural and urban (90%)

Two types of market (3.3B cellphones WW) City center / USA and European (10%) Rural and urban (90%) Two types of market (3.3B cellphones WW) City center / USA and European (10%) Rural and urban (90%) Rural / Urban characteristics (BOP) Very large numbers of people / Socially based systems Very low income

More information

VoiceXML Application Development Recommendations

VoiceXML Application Development Recommendations VoiceXML Application Development Recommendations Version: 1.1 July 2014 This document contains information proprietary to West Corporation. This document shall not be reproduced, transformed to other documents,

More information

Next Generation Contact Center Taking the customer experience to next level

Next Generation Contact Center Taking the customer experience to next level Next Generation Contact Center Taking the customer experience to next level Sukhbir Singh Consulting Architect APAC Unified Communications 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Agenda

More information

Interaction Design and Implementation for Multimodal Mobile Semantic Web Interfaces

Interaction Design and Implementation for Multimodal Mobile Semantic Web Interfaces HCI International, Beijing, China, 27th July 2007 Interaction Design and Implementation for Multimodal Mobile Semantic Web Interfaces Daniel Sonntag German Research Center for Artificial Intelligence 66123

More information

ESD.051 / Engineering Innovation & Design

ESD.051 / Engineering Innovation & Design ESD.051 / 6.902 Engineering Innovation & Design 1 Principles of Design (1-10) Class 1 2 3 4 5 6 7 8 9 10 Day of Week/ Date W Sept 5 M Sept 10 W Sept 12 M Sept 17 W Sept 19 M Sept 24 W Sept 26 M Oct 1 W

More information

Older African Americans perspectives on mhealth approaches for HIV management

Older African Americans perspectives on mhealth approaches for HIV management Older African Americans perspectives on mhealth approaches for HIV management C. Ann Gakumo, PhD, RN Assistant Professor, UAB School of Nursing Robert Wood Johnson Foundation Nurse Faculty Scholar Pew

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Overview This document describes how to integrate a back-end Avaya Aura Experience

More information

e-business on demand Competitive Technical Briefing Enterprise Portals

e-business on demand Competitive Technical Briefing Enterprise Portals e-business on demand Competitive Technical Briefing Enterprise Portals Portal in the Enterprise Did you kw that you can also use the portal to enable your employees to access business function without

More information

Tutorial on Virtual Human System

Tutorial on Virtual Human System Tutorial on Virtual Human System How to run stuff Patrick Kenny 9/24/2008 The projects or efforts depicted were or are sponsored by the U.S. Army Research, Development, and Engineering Command (RDECOM),and/or

More information

Human Interaction Container Paradigm

Human Interaction Container Paradigm Human Interaction Container Paradigm HIT Lab. Sébastien PRAUD July 20th, 2004 THALES Research & Technology Motivations Human Machine Interfaces (HMI) were designed to render applications or systems tracktable

More information

EE Voice xml application developer exam.

EE Voice xml application developer exam. Exam Express EE0-411 Voice xml application developer exam TYPE: DEMO http://www.examskey.com/ee0-411.html Examskey Exam Express EE0-411 exam demo product is here for you to test the quality of the product.

More information

Human Robot Interaction

Human Robot Interaction Human Robot Interaction Emanuele Bastianelli, Daniele Nardi bastianelli@dis.uniroma1.it Department of Computer, Control, and Management Engineering Sapienza University of Rome, Italy Introduction Robots

More information

Web Architectures. Goal of Architecture Design. Architecture Design. Single Server Configuration. All basic components installed on same machine

Web Architectures. Goal of Architecture Design. Architecture Design. Single Server Configuration. All basic components installed on same machine Goal of Architecture Design Web Architectures Performance application must sustain expected workload (max no of concurrent users, no page requests per unit of time, max time for delivering web page to

More information

SR Telephony Applications. Designing Speech-Only User Interfaces

SR Telephony Applications. Designing Speech-Only User Interfaces SR Telephony Applications Designing Speech-Only User Interfaces Overview Types of Services Designing Speech-Only Applications Feedback and Latency Prompting Strategies Handling Errors Usability Testing

More information

Multimodality with XHTML+Voice

Multimodality with XHTML+Voice Created 2004-11-25 Updated 2006-10-18 Presentation Multimodality with XHTML+Voice An XML application: Introduction and demonstration of X+V Alexandre Alapetite - Informatics engineer (France) - PhD student

More information

USER GUIDE. Lync Standard. Contents. This guide will take you through the step by step features of Lync Standard. 1. Starting Lync

USER GUIDE. Lync Standard. Contents. This guide will take you through the step by step features of Lync Standard. 1. Starting Lync USER GUIDE Lync Standard This guide will take you through the step by step features of Lync Standard. Contents 1. Starting Lync 2. Connecting With People 3. Finding The Right Person 4. Your Location 5.

More information

A Convedia White Paper. Controlling Media Servers with SIP

A Convedia White Paper. Controlling Media Servers with SIP Version 1.2 June, 2004 Contents: Introduction page 3 Media Server Overview page 3 Dimensions of Interaction page 5 Types of Interaction page 6 SIP Standards for Media Server Control page 7 Introduction

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Overview This document describes how to integrate Avaya Aura Contact Center and a back-end Avaya Aura

More information

Avaya Dialog Designer Dialog Designer Developer s Guide

Avaya Dialog Designer Dialog Designer Developer s Guide Avaya Dialog Designer Dialog Designer Developer s Guide August 2005 Issue 1 2005 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

Genesys App Automation Platform Deployment Guide. Hardware and Software Specifications

Genesys App Automation Platform Deployment Guide. Hardware and Software Specifications Genesys App Automation Platform Deployment Guide Hardware and Software Specifications 6/28/2018 Contents 1 Hardware and Software Specifications 1.1 Hardware 1.2 Software 1.3 IVR technologies and platforms

More information

Cisco Unified Customer Voice Portal 9.0

Cisco Unified Customer Voice Portal 9.0 Data Sheet Cisco Unified Customer Voice Portal 9.0 Product Overview Cisco Unified Customer Voice Portal (Unified CVP) is an award-winning product that provides IP-based selfservice and call routing. It

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for LumenVox Automated Speech Recognizer, LumenVox Text-to-Speech Server and Call Progress Analysis with Avaya Aura Experience Portal Issue

More information

Unified CVP Architecture Overview

Unified CVP Architecture Overview CHAPTER 1 Over the past two decades, many customers have invested in TDM-based interactive voice response (IVR) applications to automate simple customer transactions such as checking account or 401K account

More information

Introducing IBM Lotus Sametime 7.5 software.

Introducing IBM Lotus Sametime 7.5 software. Real-time collaboration solutions March 2006 Introducing IBM Lotus Sametime 7.5 software. Adam Gartenberg Offering Manager, Real-time and Team Collaboration Page 2 Contents 2 Introduction 3 Enhanced instant

More information

Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL)

Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL) Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL) Oxford University Press 2007. All rights reserved. 1 Language required to specify the multimodal

More information

CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR

CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR Troubleshooting CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR and CVP 70 DART NFR Licensing Issue Document ID: 99709 Contents Introduction

More information

SmartWeb Handheld Multimodal Interaction with Ontological Knowledge Bases and Semantic Web Services

SmartWeb Handheld Multimodal Interaction with Ontological Knowledge Bases and Semantic Web Services IJCAI Workshop AI4HC, Hyderabad, 6/1/2007 SmartWeb Handheld Multimodal Interaction with Ontological Knowledge Bases and Semantic Web Services Daniel Sonntag, Ralf Engel, Gerd Herzog, Alexander Pfalzgraf,

More information

Human-Computer Interaction IS 4300

Human-Computer Interaction IS 4300 Human-Computer Interaction IS 4300 Prof. Timothy Bickmore Make a name tag Overview for Today Introductions Overview of the Course Logistics Overview of HCI Some basic concepts Overview of Team Projects

More information

LABORATORY 117. Intorduction to VoiceXML

LABORATORY 117. Intorduction to VoiceXML LABORATORY 117 Intorduction to VoiceXML 1 TAC2000/2000 Outline XML VoiceXML Building your VoiceXML application on TellMe Studio 2 TAC2000/2000 XML Extensible Markup Language The de facto standard for defining

More information

The Ubiquitous Web. Dave Raggett, W3C Technical Plenary, March /14

The Ubiquitous Web. Dave Raggett, W3C Technical Plenary, March /14 The Ubiquitous Web Dave Raggett, W3C Technical Plenary, March 2005 1/14 Ubiquitous. [adj] 1. (seemingly) present everywhere simultaneously. 2. often encountered [Latin ubique everywhere] Oxford English

More information

Getting Started with Exchange Unified Messaging

Getting Started with Exchange Unified Messaging Getting Started with Exchange Unified Messaging Welcome to Exchange Unified Messaging. This system will replace Farmington Area Public School s existing voice mail system and provide additional functionality.

More information

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10 The voice element is used to capture any input from the caller, based on application designer-specified grammars. The valid caller inputs can be specified either directly in the voice element settings

More information

The Ubiquitous Web. Dave Raggett (W3C/Volantis) CE2006, 19 September Contact:

The Ubiquitous Web. Dave Raggett (W3C/Volantis) CE2006, 19 September Contact: The Ubiquitous Web Dave Raggett (W3C/Volantis) CE2006, 19 September 2006 Contact: dsr@w3.org Web of Everything Incorporates a very wide range of devices Physical world of sensors and effectors Access to

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that

More information

1. First open a web browser and search for "Bookr". 2. Click on the first link and it will lead you to

1. First open a web browser and search for Bookr. 2. Click on the first link and it will lead you to Create Your Own Bookr Bookr is an on-line tool to create electronic books with a combination of pictures and texts. This is an easy tool to utilize without too many complicated features so I think it is

More information

USER GUIDE. Lync Voice Standard. Contents. This guide will take you through the step by step features of Lync Voice - Standard. 1.

USER GUIDE. Lync Voice Standard. Contents. This guide will take you through the step by step features of Lync Voice - Standard. 1. USER GUIDE Lync Voice Standard This guide will take you through the step by step features of Lync Voice - Standard Contents 1. Starting Lync 2. Connecting With People 3. Finding The Right Person 4. Your

More information

Smart Mobility Services and Senior Citizens - A Framework for Co-creation and Analysing User Needs. Virpi Oksman, VTT Technology Centre of Finland

Smart Mobility Services and Senior Citizens - A Framework for Co-creation and Analysing User Needs. Virpi Oksman, VTT Technology Centre of Finland - A Framework for Co-creation and Analysing User Needs Virpi Oksman, VTT Technology Centre of Finland 1 BACKGROUND The new smart mobility solutions, such as Mobility as a Service (MaaS) are providing a

More information

Web Engineering. Introduction. Husni

Web Engineering. Introduction. Husni Web Engineering Introduction Husni Husni@trunojoyo.ac.id Outline What is Web Engineering? Evolution of the Web Challenges of Web Engineering In the early days of the Web, we built systems using informality,

More information

Standards for Multimodal Interaction: Activities in the W3C Multimodal Interaction Working Group. Group

Standards for Multimodal Interaction: Activities in the W3C Multimodal Interaction Working Group. Group Standards for Multimodal Interaction: Activities in the W3C Multimodal Interaction Working Group Deborah A. Dahl Chair, W3C Multimodal Interaction Working Group www.w3.org/2002/mmi Overview Goals of the

More information

HOW TO SAVE YOUR DESIGN FILES

HOW TO SAVE YOUR DESIGN FILES HOW TO SAVE YOUR DESIGN FILES READ YOUR BOOK. ART-2423 > raster > vector > holds both raster and layered o Can work in whatever color mode preferred. o Platform-specific (PC vs. Mac) and often version-specific

More information

The Practical Side of Teaching the Elderly Visually Impaired Users to Use the

The Practical Side of Teaching the Elderly Visually Impaired Users to Use the The Practical Side of Teaching the Elderly Visually Impaired Users to Use the E-Mail Takuya Nishimoto, Masahiro Araki and Yasuhisa Niimi Department of Electronics and Information Science, Faculty of Engineering

More information

Introduction. A social sharing tool available on my.partylite.com. As an RVP or Leader, you can use this tool to communicate with your teams by:

Introduction. A social sharing tool available on my.partylite.com. As an RVP or Leader, you can use this tool to communicate with your teams by: Introduction A social sharing tool available on my.partylite.com. As an RVP or Leader, you can use this tool to communicate with your teams by: Developing and sharing blogs Posting documents your team

More information

User Guide for Telegreeting

User Guide for Telegreeting User Guide for Telegreeting Developed by New Rock Technologies, Inc., Telegreeting is an audio files conversion and management tool that runs on Windows. It converts, uploads, sets and manages audio files

More information

Atlanta Urban Debate League E-Debate Teaching Project

Atlanta Urban Debate League E-Debate Teaching Project Atlanta Urban Debate League E-Debate Teaching Project Atlanta Urban Debate League... 1 Invitation to Participate... 2 School and Coach Expectations... 4 Technology Needs... 5 Downloading Skype... 6 Installing

More information

EB GUIDE Studio and EB GUIDE Speech Extension. Dan Henderlong June 2016

EB GUIDE Studio and EB GUIDE Speech Extension. Dan Henderlong June 2016 EB GUIDE Studio and EB GUIDE Speech Extension Dan Henderlong June 2016 Agenda Background Information EB GUIDE 6 Overview Speech Additions EB GUIDE Studio Speech Extension Important Use Cases Modelling

More information

Unified Customer Voice Portal Overview

Unified Customer Voice Portal Overview Overview, on page 1 Unified CVP Product Components, on page 2 Additional Components, on page 5 Call Flows, on page 14 Design Process, on page 16 Overview The Unified Customer Voice Portal (Unified CVP)

More information

API Extensions. JSP Suffix A PPENDIX A

API Extensions. JSP Suffix A PPENDIX A A PPENDIX A Cisco s Remote Silent Monitoring includes a simple HTTP-driven API for making service requests into the system, as well as IP IVR and CVP call flow scripts which demonstrate the use of this

More information

Voice Browser Working Group (VBWG) Input on application backplane topics. Scott McGlashan (HP) Rafah Hosn (IBM)

Voice Browser Working Group (VBWG) Input on application backplane topics. Scott McGlashan (HP) Rafah Hosn (IBM) Voice Browser Working Group (VBWG) Input on application backplane topics Scott McGlashan (HP) Rafah Hosn (IBM) W3C Backplane Meeting, Amsterdam, November 2006 Agenda Key points VBWG specifications Data-Flow-Presentation

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Salesforce Lightning Dialer

Salesforce Lightning Dialer Salesforce Lightning Dialer Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) October 2017 This Voluntary Product Accessibility Template, or VPAT,

More information

Standardized Prototyping and Development of Virtual Agents

Standardized Prototyping and Development of Virtual Agents Standardized Prototyping and Development of Virtual Agents Technical Report NWU-EECS-10-10 by Alex S. Hill for Justine Cassell Articulab Laboratory School of Communication and Mccormick School of Engineering

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) (Dashboard and Reports) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) April 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool

More information

(10/17) PATIENT GUIDE

(10/17) PATIENT GUIDE (10/17) PATIENT GUIDE Welcome to Parkview MyChart! mychart.parkview.com Welcome to your one story of care. As a patient of Parkview, you now have access to your health information from the convenience

More information

Component Model for Multimodal Web Applications

Component Model for Multimodal Web Applications Component Model for Multimodal Web Applications How to combine object oriented concepts with markup for event driven applications 1/22 Dave Raggett, W3C/Canon MWeb Workshop, Sophia Antipolis, July 2004

More information

District 5910 Website Quick Start Manual Let s Roll Rotarians!

District 5910 Website Quick Start Manual Let s Roll Rotarians! District 5910 Website Quick Start Manual Let s Roll Rotarians! All Rotarians in District 5910 have access to the Members Section of the District Website THE BASICS After logging on to the system, members

More information

Today. Web Accessibility. No class next week. Spring Break

Today. Web Accessibility. No class next week. Spring Break HCI and Design Today Web Accessibility No class next week. Spring Break Who is affected? People with disabilities Visual, hearing, motor, cognitive, reading About 1 in 5 adults (webaim.org/intro) Older

More information

Making an on-device personal assistant a reality

Making an on-device personal assistant a reality June 2018 @qualcomm_tech Making an on-device personal assistant a reality Qualcomm Technologies, Inc. AI brings human-like understanding and behaviors to the machines Perception Hear, see, and observe

More information

A Developer s Guide to the Semantic Web

A Developer s Guide to the Semantic Web A Developer s Guide to the Semantic Web von Liyang Yu 1. Auflage Springer 2011 Verlag C.H. Beck im Internet: www.beck.de ISBN 978 3 642 15969 5 schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG

More information

ZAPT - Interactive Prototype Report

ZAPT - Interactive Prototype Report ZAPT - Interactive Prototype Report Team Akshaya Venkat: Management, User testing Michael Zhou: Development Brenna Smith: Documentation Tom Lehmann: Design Problem and Solution Overview The goal of our

More information

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0 Abstract These Application Notes

More information

PRACTICAL SPEECH USER INTERFACE DESIGN

PRACTICAL SPEECH USER INTERFACE DESIGN ; ; : : : : ; : ; PRACTICAL SPEECH USER INTERFACE DESIGN й fail James R. Lewis. CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa

More information

Application Notes for Telisma telispeech Automatic Speech Recognition Engine with Avaya Voice Portal - Issue 1.0

Application Notes for Telisma telispeech Automatic Speech Recognition Engine with Avaya Voice Portal - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Telisma telispeech Automatic Speech Recognition Engine with Avaya Voice Portal - Issue 1.0 Abstract These Application Notes describe the

More information

Learning and Development. UWE Staff Profiles (USP) User Guide

Learning and Development. UWE Staff Profiles (USP) User Guide Learning and Development UWE Staff Profiles (USP) User Guide About this training manual This manual is yours to keep and is intended as a guide to be used during the training course and as a reference

More information