Knowledge mining for customer support and feedback analysis

Azure AI Search
Azure AI Language
Azure Translator

Solution ideas

This article is a solution idea. If you'd like us to expand the content with more information, such as potential use cases, alternative services, implementation considerations, or pricing guidance, let us know by providing GitHub feedback.

This architecture shows how knowledge mining can help customer support teams quickly find answers to customer questions or assess customer sentiment at scale.

Architecture

There are three steps in knowledge mining: ingest, enrich, and explore.

Architecture diagram: knowledge mining for customer feedback and analytics with 3 steps: ingest, enrich, explore.

Download a Visio file of this architecture.

Dataflow

  • Ingest

The ingest step aggregates content from a range of sources, including structured and unstructured data. For customer support and feedback analysis, you can ingest different types of content. This content includes customer support tickets, chat logs, call transcriptions, customer emails, customer payment history, product reviews, social media feeds, online comments, feedback forms, and surveys.

  • Enrich

The enrich step uses AI capabilities to extract information, find patterns, and deepen understanding. You can enrich content by using key phrase extraction, sentiment analysis, language translation, bot services, custom models to focus on specific products or company policies.

  • Explore

The explore step is explorer data via search, existing business applications, or analytics solutions. For example, you can compile enriched documents in the knowledge store and project them into tabular or object stores. The stores can be used to surface trends in an analytics dashboard identifying frequent issues or popular products. Or, you can integrate the search index into customer service support applications.

Components

The following key technologies are used to implement tools for technical content review and research:

  • Azure Cognitive Search is a cloud search service that supplies infrastructure, APIs, and tools for searching. You can use Azure Cognitive Search to build search experiences over private, heterogeneous content in web, mobile, and enterprise applications.
  • The web API custom skill interface is used to integrate a custom skill into an Azure Cognitive Search enrichment pipeline.
  • Azure Cognitive Service for Language is part of Azure Cognitive Services that offers many natural language processing services. You can use these services to understand and analyze text.
  • Text analytics is a collection of APIs and other features from Azure Cognitive Service for Language that you can use to extract, classify, and understand text within documents.
  • Cognitive Services Translator is part of the Cognitive Services family of REST APIs. You can use Translator for real-time document and text translation.

Scenario details

For many companies, customer support is costly and doesn't always operate efficiently. Knowledge mining can help customer support teams quickly find the best answers to customer questions or assess customer sentiment at scale.

Potential use cases

This solution is optimized for the retail industry.

Azure Cognitive Search is a key part of knowledge mining solutions. Azure Cognitive Search creates a search index over aggregated and analyzed content.

With queries using the search index, companies can discover trends about what customers are saying and use that information to improve products and services.

Next steps