Virtual Agent Integration

Slides:



Advertisements
Similar presentations
IT Works so Uwork(s): Letting Technology work for You!!!
Advertisements

Easily retrieve data from the Baan database
© RightNow Technologies, Inc. RightNow Connect Web Services for SOAP Chris Omland.
Using the Self Service BMC Helpdesk
Tivoli Service Request Manager
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
Microsoft SharePoint 2010 technology for Developers
29 Oded Moshe, Director of Product Management Beta Release May 3rd, 2010 Official Release May 24, 2010.
Perl Practical Extraction and Report Language Senior Projects II Jeff Wilson.
Access 2007 Product Review. With its improved interface and interactive design capabilities that do not require deep database knowledge, Microsoft Office.
1 Component Description Alice 3d Graphics Software Human Computer Interaction Institute Carnegie Mellon University Prepared by: Randy Pausch,
Microsoft Office XP Illustrated Introductory, Enhanced Office Applications with Internet Explorer Integrating.
How To Batch Register Your Students
Guide to Using Message Maker Robert Snelick National Institute of Standards & Technology (NIST) December 2005
MDC Open Information Model West Virginia University CS486 Presentation Feb 18, 2000 Lijian Liu (OIM:
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
SYN407D: Image Management made easy with Provisioning Services 6.0
Classroom User Training June 29, 2005 Presented by:
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Introduction to Microsoft Outlook Date: November 15, 2013 Time: 10:00 AM to 11:00 AM Location: Serra 156A Computer Lab Instructor: Amber Stokes.
Smart Phone Laboratory ECEN 489 Srinivas Shakkottai.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
CERN IT Department CH-1211 Genève 23 Switzerland t Service Management GLM 15 November 2010 Mats Moller IT-DI-SM.
1 Accelerated Web Development Course JavaScript and Client side programming Day 2 Rich Roth On The Net
Pogorazdov Roman Automation of business processes in accordance with specifications, technical requirements in the environment of electronic.
IFN Solutions Presents DriveU for a quick and effective implementation of an ECM and BPM infrastructure.
Interfaces to External EDA Tools Debussy Denali SWIFT™ Course 12.
Imports. Odyssey Teacher and Student Import With the Odyssey Import tool, you can create or update teacher and student records directly from a comma‐separated.
Leveraging Handhelds for Sales and Support Force Automation Andrew Robertson Director of Technology ArcStream Solutions
Semi-Automatic patch upgrade kit
AdLib eDocument Solutions Scott Mackey AdLib eDocument eDocument Solutions.
Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.
Quality Enhancement Plan University Assembly Update March 26, 2012.
Partially Populated for ADT Messages
API Basics: Integrating with SmartSimple. Mark Bridger BFA, M.S Ed. UI Lead & Training Officer Meet your Presenter.
20-753: Fundamentals of Web Programming Copyright © 1999, Carnegie Mellon. All Rights Reserved. 1 Lecture 15: Java Basics Fundamentals of Web Programming.
Reports ForNAV NAVUG, May 9-10, 2016 Stuttgart, Germany.
Metadata V1 By Dick M.A. Schaap – technical coordinator Oostende, June 08.
 1- Definition  2- Helpdesk  3- Asset management  4- Analytics  5- Tools.
Microsoft Office Access 2010 Lab 1
Behavioral Interactive and Introspective Objects
Lesson 16 Enhancing Documents
Easily retrieve data from the Baan database
z/Ware 2.0 Technical Overview
Dynamics New Features, Important Changes, & How to Prepare
IT Partners Conference Oliver Thomas 19 April 2005
Letsignit, an Automated Signature Solution for Microsoft Office 365 and Microsoft Exchange, Provides Efficiency in Branding and Customization OFFICE.
Introduction to Marketing
Introduction to Marketing
Student Preparation Guide
by Prasad Mane (05IT6012) School of Information Technology
Release Management with Visual Studio Team Services
AUTOMATED SESSION PLANNING. In the present world, everything has become automated. By, a click everything is being processed. But the preparation of the.
Dynamics 365 Customer Engagement Deep Dive: Creating a Basic Plug-in
SchoolFront - Notifications Training
Microsoft Access 2010 Lesson 4 Access Lesson 4 Lesson Plans
Author: Joe ‘The CRM Chap’ Griffin Website: crmchap.co.uk
Collaborative Business Solutions
Reporting Solutions for Scheduler
Online Testing System Assessment Viewing Application (AVA)
Evaluation of Project Communication Tools Pilot: Intranet
Technical Capabilities
Letsignit, an Automated Signature Solution for Microsoft Office 365 and Microsoft Exchange, Provides Efficiency in Branding and Customization OFFICE.
Chapter # 5 Supporting Quality Devices
CAMMS’ Tips & Tricks Webinar
BCS Template Presentation February 22, 2018
5/8/2019 3:20 AM bQuery-Tool 3.0 A new and elegant way to create queries and ad-hoc reports on your Baan/Infor ERP LN data. This Baan session is a query.
Presentation transcript:

Virtual Agent Integration March 8, 2016

Virtual Agents Contents Purpose How do virtual agents integrate with Chime? Three types of virtual agents Chime – virtual agent communication Virtual agent source code Demo: super simple virtual agents Demo: MS Dynamics virtual agents

Virtual agents enhance agent efficiency. Agents get MORE information FASTER Seekers are deflected to self-help resources Complimentary systems are updated automatically

How can we _________ ?? Integrate Chime with our external ticketing system? Deflect common questions to the knowledge base/Wiki/FAQ? Show the agent the seeker’s internal account data? Show the agent the seeker’s personal device information? Route the seeker to an agent that speaks their preferred language? Send an e-mail transcript to an additional mailbox in a special format? ….

What is the purpose of a virtual agent? Virtual Agents What is the purpose of a virtual agent? Perform automated tasks at specific points in the Chime session lifecycle Virtual Agent (v.a.) – a compiled C# assembly or C# file, that can have multiple classes, but at least one class must implement the IVirtualAgent interface of Chime’s ExtensionLibrary.dll. We have a virtual agent development kit that includes: Necessary library Virtual agent templates, sample virtual agents Sandbox for testing during development

Three types of virtual agents per queue

Chime – virtual agent communication The Sandbox has tools to simulate the bridge of communication between Chime and the virtual agents Both the virtual agents and the plugin manager within Chime have a reference to a common library, ExtensionLibrary.dll. This tool defines the methods by which they can communicate.

Virtual agent source code 8 methods to implement interface For a simple v.a., most methods are 3 lines or less. Bulk of logic is in the SeekerConnected method

Super simple virtual agents Demo

MS Dynamics virtual agents Pre-conversation Creates a case Creates a contact if the e-mail isn’t found in the Contacts table Sends new tab with URL to the new case Post-conversation Updates case description with session data (there’s a 2000 character limit to the description field) Demo

Thank you Visit addchime.com/virtual-agents.html for screen shots and more virtual agent integration videos!