SlideShare a Scribd company logo
Basics - How Watson Conversation Service is able to provide meaningful responses to user questions?
Step 1
Collect a wide variety of “all possible”, end user questions or utterances
End User questions / utterances are tagged to: #Intent @Entity @Entity-Values @Alias
“When is the hotel pool open?”
#Intent=workinghours @Entity=HotelAmenity @Entity-Value=SwimmingPool @Alias=hotel pool
Above tag can be succinctly represented as “workinghours_HotelAmenity_SwimmingPool_hotel-pool”
Step 2
Map the above tag/s to suitable responses
Tag “workinghours_HotelAmenity_SwimmingPool_hotel-pool” or “workinghours_HotelAmenity_HotelPool”
Response: The Hotel Pool is open for use by customers from 11 am to 6 pm on all weekdays.
The actual mapping of the tags to the responses is done using dialog/chat flow
If the tags in Step 2 are very coarse, then the dialog / chat flow needs to be complex, to engage with end user and
provide final granular responses
If the tags in Step 2 are very fine grained, then the dialog / chat flow need not be complex, since our granular
mapping is good enough to figure out the exact response that needs to be provided.
Typical configuration of a Dialog Flow’s Node
Difference between Watson Conversation Service and a Virtual Assistant / Chat Bot
A Virtual Assistant or chat bot, usually means a ready-made and ready-to-use software which already has pre-baked
content as per suitable domain like banking, telecom, hotel industry etc. Typically a virtual assistant is hosted on the
cloud and is available as a SAAS. You can easily configure or customize many but not all aspects of the Virtual
Assistant like its name, the details of the answers that it responds back with and also the actual flow of dialog
between the VA and end user.
https://virtual-agent.watson.ibm.com/
Watson Conversation Service(WCS) is the underlying raw services and APIs, on which you can build a fully
customized virtual assistant for your specific business requirements. Typically, you will use WCS tools, api and
methodologies to:
Collect Questions - for the purpose of training the machine learning models of Watson Conversation service
Create Ground Truth - Ground Truth is built by taking collected questions and mapping them to the correct intents
Configure Dialog Component - The dialog that the user will use to communicate back and forth with the
Conversation Service is designed and built
Iterative Teach and Calibrate - The performance of the system is improved through modification of Ground Truth,
entities, and dialog flow

More Related Content

PPTX
Arrow AI: Automated Customer Care
PPTX
All About Those User Stories
PDF
User stories explained
PDF
Empathetic component design
PPTX
IBM Watson assistant
PDF
IRJET- Virtual Businessman
PDF
The Dynamic Duo.pdf
PDF
How to Incorporate VoiceAI into Your Customer Service Product A Step-by-Step ...
Arrow AI: Automated Customer Care
All About Those User Stories
User stories explained
Empathetic component design
IBM Watson assistant
IRJET- Virtual Businessman
The Dynamic Duo.pdf
How to Incorporate VoiceAI into Your Customer Service Product A Step-by-Step ...

Similar to Watson Conversation Services and Virtual Assistant - Basic Summary (20)

PDF
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
PDF
Intro to watson bluemix services
PDF
Vivek kumar ray 5 year Java-Webservices-Bigdata
PDF
How Much Does it Cost to Develop A Chatbot App
PDF
Rasa Developer Summit - Josh Converse, Dynamic Offset - Three Part Harmony: H...
PDF
Designing and Implementing a Microsoft Azure AI Solution | Guide!
PDF
Resume
PPTX
Azure Chat Bot application
PPTX
Banking Chatbot
DOC
DOC
DOC
Mudassir.T24.Resume
PDF
How to build a live chat widget in React_.pdf
PPTX
Watson products
PPTX
IBM Watson and Blueworx: The Complete Cognitive Contact Center
PDF
IRJET - A Study on Building a Web based Chatbot from Scratch
PPTX
Ibm watson content hub customer deck
PPTX
Watson Products
DOC
Girish Resume
PDF
IBM Watson Overview
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
Intro to watson bluemix services
Vivek kumar ray 5 year Java-Webservices-Bigdata
How Much Does it Cost to Develop A Chatbot App
Rasa Developer Summit - Josh Converse, Dynamic Offset - Three Part Harmony: H...
Designing and Implementing a Microsoft Azure AI Solution | Guide!
Resume
Azure Chat Bot application
Banking Chatbot
Mudassir.T24.Resume
How to build a live chat widget in React_.pdf
Watson products
IBM Watson and Blueworx: The Complete Cognitive Contact Center
IRJET - A Study on Building a Web based Chatbot from Scratch
Ibm watson content hub customer deck
Watson Products
Girish Resume
IBM Watson Overview
Ad

Recently uploaded (20)

PDF
Foundation of Data Science unit number two notes
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Introduction to Knowledge Engineering Part 1
PDF
Business Analytics and business intelligence.pdf
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PDF
Mega Projects Data Mega Projects Data
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PDF
Lecture1 pattern recognition............
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PDF
annual-report-2024-2025 original latest.
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
Foundation of Data Science unit number two notes
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Fluorescence-microscope_Botany_detailed content
climate analysis of Dhaka ,Banglades.pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
Introduction to Knowledge Engineering Part 1
Business Analytics and business intelligence.pdf
Reliability_Chapter_ presentation 1221.5784
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
Data_Analytics_and_PowerBI_Presentation.pptx
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Mega Projects Data Mega Projects Data
oil_refinery_comprehensive_20250804084928 (1).pptx
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
Lecture1 pattern recognition............
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
annual-report-2024-2025 original latest.
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
IBA_Chapter_11_Slides_Final_Accessible.pptx
Ad

Watson Conversation Services and Virtual Assistant - Basic Summary

  • 1. Basics - How Watson Conversation Service is able to provide meaningful responses to user questions? Step 1 Collect a wide variety of “all possible”, end user questions or utterances End User questions / utterances are tagged to: #Intent @Entity @Entity-Values @Alias “When is the hotel pool open?” #Intent=workinghours @Entity=HotelAmenity @Entity-Value=SwimmingPool @Alias=hotel pool Above tag can be succinctly represented as “workinghours_HotelAmenity_SwimmingPool_hotel-pool” Step 2 Map the above tag/s to suitable responses Tag “workinghours_HotelAmenity_SwimmingPool_hotel-pool” or “workinghours_HotelAmenity_HotelPool” Response: The Hotel Pool is open for use by customers from 11 am to 6 pm on all weekdays. The actual mapping of the tags to the responses is done using dialog/chat flow If the tags in Step 2 are very coarse, then the dialog / chat flow needs to be complex, to engage with end user and provide final granular responses If the tags in Step 2 are very fine grained, then the dialog / chat flow need not be complex, since our granular mapping is good enough to figure out the exact response that needs to be provided.
  • 2. Typical configuration of a Dialog Flow’s Node
  • 3. Difference between Watson Conversation Service and a Virtual Assistant / Chat Bot A Virtual Assistant or chat bot, usually means a ready-made and ready-to-use software which already has pre-baked content as per suitable domain like banking, telecom, hotel industry etc. Typically a virtual assistant is hosted on the cloud and is available as a SAAS. You can easily configure or customize many but not all aspects of the Virtual Assistant like its name, the details of the answers that it responds back with and also the actual flow of dialog between the VA and end user. https://virtual-agent.watson.ibm.com/ Watson Conversation Service(WCS) is the underlying raw services and APIs, on which you can build a fully customized virtual assistant for your specific business requirements. Typically, you will use WCS tools, api and methodologies to: Collect Questions - for the purpose of training the machine learning models of Watson Conversation service Create Ground Truth - Ground Truth is built by taking collected questions and mapping them to the correct intents Configure Dialog Component - The dialog that the user will use to communicate back and forth with the Conversation Service is designed and built Iterative Teach and Calibrate - The performance of the system is improved through modification of Ground Truth, entities, and dialog flow