واٹسن اسسٹنٹ تلاش کی مہارت کا استعمال کرتے ہوئے سمارٹ دستاویز کی تفہیم کے ساتھ کسٹمر ہیلپ ڈیسک کو بہتر بنائیں

ماخذ نوڈ: 1123149

خلاصہ

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 Pak برائے ڈیٹا.

Description

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.

خلاصہ یہ کہ یہ کوڈ پیٹرن کرے گا:

  • واٹسن اسسٹنٹ میں کسٹمر کیئر ڈائیلاگ کی مہارت بنائیں
  • ایک بہتر واٹسن ڈسکوری کلیکشن بنانے کے لیے سمارٹ ڈاکیومنٹ انڈرسٹینڈنگ کا استعمال کریں۔
  • Create a Watson Assistant search skill that allows the Assistant dialog to post queries to Watson Discovery

روانی

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. صارف اور بیک اینڈ سرور کے درمیان ڈائیلاگ کو واٹسن اسسٹنٹ ڈائیلاگ اسکل کا استعمال کرتے ہوئے مربوط کیا جاتا ہے۔
  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.

ہدایات

میں تفصیلی ہدایات تلاش کریں۔ ریڈی file. These steps will explain how to:

  1. ذخیرہ کلون کریں۔
  2. واٹسن سروسز بنائیں۔
  3. Configure Watson Discovery.
  4. Configure the Watson Assistant service.
  5. Add Watson service credentials to the environment file.
  6. ایپلی کیشن چلائیں۔
Source: https://developer.ibm.com/patterns/enhance-customer-helpdesk-with-smart-document-understanding-using-search-skill/

ٹائم اسٹیمپ:

سے زیادہ IBM ڈویلپر