State the steps used by IBM Watson to develop an AI application
Answers
Answered by
0
Answer:
IBM Watson Assistant is a question-and-answer system that provides a dialog interaction between the conversation system and users. This style of interaction is commonly called a chatbot.
Explanation:
To build a chatbot using IMB Watson Assistant involves three phases - scope, design and integrate.
Scope :
- Gather requirements for the conversation and how the customer is supporting the use case today.
- Design Persona
- Build Empathy Map
- Build System Context Diagram
- Define Channels
- Define Intent and source of utterances
Design :
- Create a Watson Conversation service in Bluemix
- Define intents
- Define entities
- Start the dialog flow, unit test it
- Playback the conversation to end user
Integrate :
- Add more intents and Dialog flow
- Develop the webapp or microservice responsible to interact with Watson Conversation and implement some of the business logic to handle the conversation context
- Add any other component to complement the business requirements, it could be Watson Discovery, ODM business rules, or IBM BPM process
Similar questions