Configuring Intelligent Virtual Assistant
Use the Pega Intelligent Virtual Assistant for Pega Sales Automation Outlook add-in to improve email productivity. The Outlook add-in uses natural language processing (NLP) to analyze email content and suggest tasks and email responses to sales representatives. Each email that a sales rep opens has real-time match scores attributed to it, and suggested next actions and tasks appear directly in Outlook, within a built-in dashboard. The sales rep's actions become the baseline for training of the NLP models, increasing the accuracy of suggestions over time. Pega sentiment analysis also determines whether content of an incoming email is positive, negative, or neutral.
Configure the NLP for Outlook add-in by performing the following steps:
Enabling NLP suggestions for email
To configure the NLP analysis for email in your application, enable NLP suggestions.
- In the navigation pane of App Studio, click , and then click the Microsoft Exchange tab.
- In the Outlook add-in settings section, select the Enable Suggestions Using NLP check box.
- In the header of App Studio, click Switch Studio, and then click Dev Studio.
- In the navigation pane of Dev Studio, click App, and then search for and open the Data-Channel-Email class.
- Create an email channel by performing the following steps:
- In the header of Dev Studio, click your application name, and then click Channels and interfaces.
- In the Create new channel interface section, click Email.
- Add and configure your channel:
- On the Configuration tab, in the Email channel name field, enter a name for the email channel that you want to create.
- Optional: In the Description field, enter a description for the channel.
- On the Behavior tab, in the Text Analyzer field, select the Record training data and Enable subject analysis check boxes.
- Click Save.When you save the channel, the system creates the default text analyzer with your channel configuration.
- In the top-right corner, click , and then search for the pzInsKey value.
- Copy the pzInsKey value.
- In the header of Dev Studio, click , and then search for and select the EmailChannelHandle dynamic system setting.
- In Value field, paste the pzInsKey contents, and then click Save.
Editing the text analyzer rule
After configuring the channel, associate topics with reply templates.
- In the header of Dev Studio, click the name of your application, and then click Channels and
interfaces and open your email channel.
- On the Behavior tab, in the Text Analyzer section, click Open the text analyzer rule.
- Configure your text analyzer:
- On the Select Analysis tab, in the Text categorization section, in the Topic model field, add the topic model of your text analyzer.
- In the Topic preference section, choose one of the following options:
- For new models, select the Always user rule based topics radio button.
- For models that you have already trained, select the Use Model based topics if available radio button.
- Ensure that the Enable intent detection check box is cleared.
- Click Save.
Optional: Configuring custom cases
Pega Sales Automation features a Create task case that you can edit and use. To implement NLP suggestions for your business cases, review the suggested custom configuration steps for cases.
- In the header of Dev Studio, search for and select the OutlookSuggestCase section to view the suggested cases and a configuration example.
- To map entities, drag the parameters to the Create Work
action.
- Click View properties next to the cell that you want to modify.
- On the Actions tab, drag the parameters to the Create Work action.
- To further configure the Create Work action, choose any of
the following actions:
- To support the NLP feedback mechanism, select AssociatedID as one of the parameters.
- To Support NLP suggestions for cases other than the Create task case, in the header of Dev Studio, search for and select the 8.2 compatible with Outlook crmNewHarnessButtons_Mobile section.
- To configure the Discard button, click View properties, and then on the Actions tab, add the RemovedFeedbackDataOnCancel data transform.
- To configure the Create task button, click View properties, and then on the Actions tab, add the SetFeedbackForNLP data transform.
- To review all of the detected entities, open the D_NLPEntities.pyExtractedEntities page group.
- To customize your implementation, use the D_GetSpecificEntities.pyExtractedEntities page group and GetSpecificEntitiesAsExt activity as an example extension.
- Click Submit.
Optional: Configuring custom replies
Pega Sales Automation also has Defuse, Competitor, and Product reply templates that you can edit and use. To implement NLP suggestions for your custom replies, review the suggested custom configuration.
- In the header of Dev Studio, open the PopulateSuggestedReplies data transform to view the suggested reply configuration and extension points.
- Optional: To customize the content of reply templates based on competitors or products, use the D_NLPEntities or SelectedWorkPage data pages to find entities.
- In the header of Dev Studio, search for and select the SuggestedRepliesWithUserType map value rule, and then edit it by configuring your suggested replies templates as either internal or external.
- In the Default field, for each reply template enter Internal or External.
- Switch to App Studio.
- In the navigation pane of App Studio, click .
- On the Microsoft Exchange tab, in the Outlook add-in settings section, enter your internal domains.
- Click Save.
Configuring email signature parsing for contacts
Pega Sales Automation uses natural language processing (NLP) on a contact's email signature to create default contact values. For example, NLP can extract the first and last name, title, and phone number from a contact in Outlook add-in based on the email signature and add these values to a Pega Sales Automation contact.
- Integrating Pega Sales Automation with Microsoft Outlook by using the Pega for Outlook Office add-in.
- Configuring Intelligent Virtual Assistant for Pega Sales Automation.
After you configure the integration between Microsoft Outlook and Pega Sales Automation, configure signature parsing to use NLP to fill out contact information.
- Configuring signature parsing for Pega Sales Automation 8.5
- Configuring signature parsing after upgrading to Pega Sales Automation 8.5
- Further customizing the shipped models
Configuring signature parsing for Pega Sales Automation 8.5
- In the header of Dev Studio, click .
- Optional: If you have not created an Email channel as part of the Intelligent Virtual
Assistant configuration, create an Email channel.
For more information, see Configuring Intelligent Virtual Assistant for Pega Sales Automation.
- Open the Email channel and perform the following steps:
- On the Behavior tab, in the Text Analyzer section, select the Record training data check box.
- Click Save.
- In the Text Analyzer section, click Open text analyzer rule.
- In the Text extraction section, verify that the pySystemEntities and SASystemEntities models are on the list.
- Optional: If these models are not listed, add them by clicking Add extraction model.
- Click Save.
Configuring signature parsing after upgrading to Pega Sales Automation 8.5
- In the header of Dev Studio, click .
- Open an existing email channel that you want to associate with signature parsing.
- On the Behavior tab, in the Text Analyzer section, select the Record training data and Use advanced configuration check boxes.
- In the Text Analyzer section, click the
Switch to edit more icon on the right side of the
iNLP text analyzer.
- In the Text Analyzer type field, select iNLP.
- Select the Enable model training check box.
- Click Submit.
- In the Text Analyzer section, delete the existing pyNER model by clicking the trash icon on the right side of this extraction model.
- Add the pySystemEntities and SASystemEntities models by clicking Add text analyzer.
- Click Save.
Further customizing the shipped models
- In the navigation pane of Dev Studio, click .
- Search for and open the pyAllowedNLPShippableRulesets decision table.
- Save the pyAllowedNLPShippableRulesets decision table into your implementation layer.
- In the table, perform the following steps:
- Add your rulesets under the Ruleset column.
- Set the return value under the Actions column to true.
- Click Save.
- In the navigation pane of Dev Studio, click .
- Search for and open the SASystemEntities data model.
- On the Data tab, in the Entity analysis section, download the training data in every language by clicking Download.
- Create a binary file for each model for each language that you want to use,
by clicking .
- In the Label field, enter NLPDefault.
- In the App Name (Directory) field, enter information in the following format: Rule purpose>_<language>, for example, pyNER_English.
- In the File Type (extension) field, enter zip.
- Save the file in the implementation ruleset.
- Open the binary file and upload the training data .zip file for each
language by clicking Upload file.
Previous topic Configuring Sales Chatbot Next topic Artificial intelligence-based opportunity insights