Computer Science, asked by ashoksharmacosmic, 1 month ago

State the steps used by IBM Watson to develop an AI application​

Answers

Answered by saciour
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 :

  1. Gather requirements for the conversation and how the customer is supporting the use case today.
  2. Design Persona
  3. Build Empathy Map
  4. Build System Context Diagram
  5. Define Channels
  6. Define Intent and source of utterances

Design :

  1. Create a Watson Conversation service in Bluemix
  2. Define intents
  3. Define entities
  4. Start the dialog flow, unit test it
  5. Playback the conversation to end user

Integrate :

  1. Add more intents and Dialog flow
  2. Develop the webapp or microservice responsible to interact with Watson Conversation and implement some of the business logic to handle the conversation context
  3. Add any other component to complement the business requirements, it could be Watson Discovery, ODM business rules, or IBM BPM process
Similar questions