Izboljšajte službe za pomoč strankam s Smart Document Understanding z uporabo veščine iskanja Watson Assistant

Izvorno vozlišče: 1123149

Povzetek

In this developer code pattern, we use the typical customer care chatbot experience, but instead of relying on predefined responses the dialog provides a hook that can call out to other IBM® Watson™ services for additional sources of information. In this case, it’s an owners manual that has been uploaded to Watson Discovery.

NOTE: This code pattern includes instructions for accessing Watson services running on both IBM Cloud in IBM Cloud Pak za podatke.

Opis

The typical customer care chatbot can answer simple questions, such as store locations, hours, and directions, and maybe even make appointments. When a question falls outside of the scope of the pre-determined question set, the option is typically to tell the customer that the question isn’t valid or offer to speak to a real person.

In this code pattern, we provide another option. If the customer question is about the operation of a device, we use the search skill feature of Watson Assistant to pass the question on to the Watson Discovery service, which has been pre-loaded with the device’s owners manual. So now, instead of “Would you like to speak to a customer representative?,” we can return relevant sections of the owners manual to help solve the customers’ problems.

To take it a step further, we use the Smart Document Understanding feature of Watson Discovery to train it on what text in the owners manual is important and what is not. This improves the answers returned from the queries.

Če povzamemo, bo ta vzorec kode:

  • Ustvarite veščino za pogovor o skrbi za stranke v programu Watson Assistant
  • Uporabite pametno razumevanje dokumentov za izdelavo izboljšane zbirke Watson Discovery
  • Create a Watson Assistant search skill that allows the Assistant dialog to post queries to Watson Discovery

Pretok

SDU with Search Skill flow

  1. The document is annotated by using Watson Discovery SDU.
  2. The user interacts with the back-end server through the app UI. The front-end app UI is a chatbot that engages the user in a conversation.
  3. Pogovor med uporabnikom in zalednim strežnikom se usklajuje z uporabo spretnosti pogovornega okna Watson Assistant.
  4. If the user asks a product operation question, a search query is issued to the Watson Discovery service through a Watson Assistant search skill.

navodila

Podrobna navodila poiščite v Readme file. These steps will explain how to:

  1. Klonirajte skladišče.
  2. Ustvarite storitve Watson.
  3. Configure Watson Discovery.
  4. Configure the Watson Assistant service.
  5. Add Watson service credentials to the environment file.
  6. Zaženite aplikacijo.

Source: https://developer.ibm.com/patterns/enhance-customer-helpdesk-with-smart-document-understanding-using-search-skill/

Časovni žig:

Več od IBM razvijalec