BrainEngine AI
  • Welcome
  • Quick Start
    • Introduction
    • Platform Configuration
    • Validate Connectivity
    • Configure Redaction
    • Update Configuration
    • Advanced Redaction
  • Concepts
    • What is Conversational Redaction?
    • Redaction Strategy
    • Understanding Redaction
    • Navigating Utterances
      • Walk through
    • Redaction Techniques
      • Behavior
      • Confidence
      • Mask Types
        • Basic
        • Placeholder
        • Random
        • Truncate
        • Anonymization
      • Redaction Options
    • Insights
      • Insights
      • Query Syntax
      • Advance Processing
      • Simulated Pause & Resume
      • Real-Time Alerts
      • Agent Ignore
      • Offsets
      • Redaction Options
  • Features
    • Overview
    • Entities
      • PII
        • Name
        • Occupation
        • Phone Number
        • Organization
        • Address
        • Email
        • Location
        • Url
        • IP Address
        • Date
        • Age
        • Social Security Number
        • Drivers License
        • Passport
        • Id
        • Money
        • Time
        • User Name
        • Password
      • PHI
        • Medical Condition
        • Medication
        • Family Relation
        • Treatment
        • Examination
        • Anatomy
        • Medical Other
        • Demographic
        • Medical Event
      • PCI
        • Credit Card
        • Credit Card CVV
        • Credit Card Expiry
        • Routing Number
        • Bank Account
      • Custom
        • Dictionary
        • Identifier
        • Custom NER
    • Summarization
    • Sentiment Analysis
    • Topic Extraction
    • Profanity Filtering
  • Configuration
    • Project Configuration
    • Redaction Configuration
    • Samples
      • Configurations
      • Calls
  • Integration
    • V-Blaze
    • V-Spark
    • Analytics
      • Embedded
      • Callback
  • API Guide
    • Overview
      • Errors
      • Getting Help
    • Endpoints
      • ASR
        • Transcribe
        • Maxstreamscheck
        • Languages
        • Models
        • Params
        • Stats
        • Status
        • Sysinfo
        • Statusfull
      • Live
        • Callback
        • Listen
      • Redaction
        • Types
        • Validate
      • System
        • Initialize
        • Set parameter
        • Get parameter
        • Cache
          • List
          • Real time
          • Post call
          • Version 2
            • Publish
            • List
        • Get Settings
      • Status
        • Health
        • Webhooks
  • Deployment
    • Overview
    • Virtual Appliance
      • BrainEngine AMIs
        • Finding AMIs
        • Launching AMIs
        • Connecting to an Instance
        • SSL Configuration
        • Networking (optional)
    • Containers
      • Details
      • Deployment
    • Environment Parameters
    • Logging
  • Support
    • Release Notes
Powered by GitBook
On this page
  • Overview
  • Sample Use Case
  1. Concepts

Understanding Redaction

Overview

Redacting conversations inside BrainEngine is a two-step process.

First, annotations are created using a combination of “Redaction Policies and Insights” to indicate which areas within the conversation are marked for redaction.

Second, removing the content from the conversation.

Sample Use Case

One of the most requested use cases in the industry is the sharing of confidential data within the enterprise.

In the example below, the requirement is for operations to share all incoming calls with the Marketing and Analytics departments. The requirements for each department is listed below:

  • Operations - Requires that PII is to be redacted for every conversation.

  • Marketing - Requires that state information remain unredacted.

  • Analytics - Requires that state information remain unredacted and loan amounts labeled according to support guidelines.

Since Operations is the primary user, a Program is created with an attached Redaction Group containing the following Redaction Rules:

  • Name

  • SocialSecurityNumber

  • Address

  • Location

  • Money

In order to meet the requirement for the marketing department, a secondary program is created where the 'Location' Redaction Rule is excluded from processing.

For the analytics department, a secondary program is created where the 'Location' Redaction Rule is excluded from processing and additional logic (a Content Group) is applied to the 'Money' Redaction Rule.

PreviousRedaction StrategyNextNavigating Utterances

Last updated 1 year ago

Sample Call