OVERVIEW
Virtual Assistants
Kore.ai Platform
Key Concepts
Natural Language Processing (NLP)
Accessing Platform
VIRTUAL ASSISTANTS
Virtual Assistant Builder
Virtual Assistant Types
Getting Started
Create a Simple Bot
SKILLS
Storyboard
Dialog Tasks
Introduction
Dialog Builder (New)
Dialog Builder (Legacy)
User Intent Node
Dialog Node
Entity Node
Supported Entity Types
Composite Entities
Supported Colors
Supported Company Names
Form Node
Logic Node
Message Nodes
Confirmation Nodes
Bot Action Node
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Manage Dialogs
User Prompts
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Train
Build
Alert Tasks
Introduction
Ignore Words and Field Memory
How to Schedule a Smart Alert
Small Talk
Digital Views
Introduction
How to Configure Digital Views
Digital Forms
Overview
How to Configure Digital Forms
NATURAL LANGUAGE
Overview
Machine Learning
Introduction
Model Validation
Fundamental Meaning
Introduction
NLP Guidelines
Knowledge Graph
Traits
Introduction
How to Use Traits
Ranking and Resolver
Advanced NLP Configurations
INTELLIGENCE
Overview
Context Management
Overview
Session and Context Variables
Context Object
How to Manage Context Switching
Manage Interruptions
Dialog Management
Sub Intents & Follow-up Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Event Based Bot Actions
Default Conversations
Default Standard Responses
TEST & DEBUG
Talk to Bot
Utterance Testing
Batch Testing
Record Conversations
Conversation Testing
CHANNELS
PUBLISH
ANALYZE
Overview
Dashboard
Custom Dashboard
Overview
How to Create Custom Dashboard
Conversation Flows
NLP Metrics
ADVANCED TOPICS
Universal Bots
Overview
Defining
Creating
Training
Customizing
Enabling Languages
Store
Smart Bots
Defining
koreUtil Libraries
SETTINGS
Authorization
Language Management
PII Settings
Variables
Functions
IVR Integration
General Settings
Management
Import & Export
Delete
Bot Versioning
Collaborative Development
Plan Management
API GUIDE
API Overview
API List
API Collection
SDKs
SDK Overview
SDK Security
SDK App Registration
Web SDK Tutorial
Message Formatting and Templates
Mobile SDK Push Notification
Widget SDK Tutorial
Widget SDK – Message Formatting and Templates
Web Socket Connect & RTM
Using the BotKit SDK
Installing
Configuring
Events
Functions
BotKit SDK Tutorial – Agent Transfer
BotKit SDK Tutorial – Flight Search Sample Bot
Using an External NLP Engine
ADMINISTRATION
HOW TOs
Create a Simple Bot
Create a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure UI Forms
Add Form Data into Data Tables
Configuring Digital Views
Add Data to Data Tables
Update Data in Data Tables
Custom Dashboard
Custom Tags to filter Bot Metrics
Patterns for Intents & Entities
Build Knowledge Graph
Global Variables
Content Variables
Using Bot Functions
Configure Agent Transfer
RELEASE NOTES

Bots Platform v7.1

Bots Platform v7.1

This section contains major and minor release information for the Kore.ai Bots Platform v7.1 released on Nov 2, 2019.

This release includes features that help enhance the developer to better analyze by offering Custom Reports & Dashboard, engage users with Custom Small Talk and manage Knowledge Graph more efficiently. Many features have been improved to simplify the overall Bot building experience.

Key Features

Custom Reports and Dashboards

Metrics collected from Bot user conversations can be used to extract key insights that can drive business.
Custom Dashboards allow developers to design their own reports and dashboards to meet business needs using a combination of built-in metrics as well as custom KPIs based on user demographic or context information. Data from these reports can be presented as graphical widgets on a dashboard and can also be exported into external formats. These reports can also be accessed over APIs for sharing with the existing business intelligence or analytics tools. Learn more.

Custom Small Talk

Ability to engage end-users in casual conversations helps socialize Bots and improves the recall rates.
Using Custom Small Talk feature, Bot developer can now extend the bot’s built-in Small Talk abilities, build a personality and train the bot to conduct casual conversations around the organization’s areas of interest. Developers can also build nested conversations to answer follow-ups during a conversation and make the bot more engaging. Learn more.

IVR Sandbox

When trying to experience how a Bot will pan out on a voice channel, a working IVR system needs to be in place, which is time (not to mention effort) taking and may not be feasible at all times.
Kore.ai offers an IVR Sandbox environment for instantly launching the bot for interactions over voice calls. Developer can call the bot by dialing the phone number and PIN allocated for the bot to develop and test the bot. Learn More.

Tools to Manage Knowledge Graph

Designing and managing Knowledge Graph for a large volume of FAQs is a complex activity and can take a considerable amount of time.
Developers can now use Kore.ai’s Knowledge Graph Generator to quickly build Bot’s Knowledge Graph to answer FAQs. Upload the FAQs and the tool will extract key terms from the FAQs, define the hierarchy between these terms, and also associate the FAQs to the right terms. Learn more.
The Ontology Inspect tool helps in identifying any potential issues in the Knowledge Graphs and also suggests possible corrective measures that can assist in fine-tuning the Knowledge Graph. Learn more.

New Features

End of Conversation Event

Providing a nifty experience at the end of a conversation is as important as the experience at the beginning of a conversation. Using the End of Conversation event, developers can now customize the experience by providing personalized follow-ups, collect feedback or any other metrics for deriving insights etc. They can also use this event to define how and when the calls should be terminated for voice based channels. Learn more.

New Language Support

Users can now chat with the bots in the Swedish language.

Custom Debug Logs

Developers can now capture debug logs for the end-user interactions. Debug statements can be added anywhere as part of the bot definition and the logs will be emitted when the users interact with the bot from any of the channels enabled. Learn more.

Clone a Dialog Task

Chances are, in the course of Bot development, there will be tasks that have a lot in common (not enough to design sub dialogs) but differ in some finer aspects. To address such scenarios, Bot developers can clone a Dialog Task to create a copy and make changes in the new dialog task. Learn more.

Intent Detection

The Fundamental Meaning engine uses a computational linguistics approach to match Task Names with user utterances. There might be cases where a common phrase is part of most of the Bot Tasks which may result in False Positives. In such cases, the FM engine’s ability to detect an intent using the words in the task name can be turned off. This setting will not hamper the intent detection using patterns. Learn more.

Delete Customer Data API

GDPR Compliance requires enterprises to delete their customer data when requested by their respective customers. The Kore.ai Bots Platform now provides an API for customer data deletion. This API can be used to delete the Bot customer data, if needed. Learn more.

Enhancements

  • Conversation Flow offers an improved user experience. Included in the enhancements are:
    • Utterance Clustering: User Utterances are now clustered based on similarity so that they can be reviewed easily if the right utterances are going to the right intents
    • Conversation Flows now display how users have interacted with each of the Bot tasks irrespective of when the task was invoked during a session. Developer may also switch back to the old view to see how users have interacted with the bot across different sessions.

    Learn more.

  • Developers can now use Meta (Custom) Tag to filter Bot Builder and Bot Admin Console Dashboards and Chat History modules.
    They can also view the tags applied against various metrics in Analyze module, Conversation History API and Bot Sessions API.
    Values for existing tags can be updated to reflect any changes in the user profile or conversation behavior. Learn more.
  • Bot Import & Export Enhancements:
    • During the Bot export, an option to select a partial list of tasks has been introduced (learn more);
    • During the Incremental Import of a Bot, option to append or replace ML Utterances has been introduced (learn more);
    • Bot Export and Import support have been extended for Universal Bots (learn more).
  • In Dialog Tasks with sub-intents, variables from the linked dialog tasks are now available for Post Assignment and usage within the current (parent) Dialog. Learn more.
  • Bots platform now supports the RCS Business Messaging channel. Learn more.
  • The integration approach for the following channels has been revised to cater to changes done by the respective channel providers:
  • The following new public APIs have been introduced:
  • Other Enhancements include:
    • Ability to get reports on Success Tasks and Failed Tasks using message level meta-tags. Learn more.
    • Support for JWT Custom Claim. Learn more.
    • Ability to turn-off storing of end-users’ context information. Learn more.
    • New variable in the context object to show the details of any on-hold tasks. Learn more.
    • Support for disambiguation of ambiguous intents identified while a task is in progress. Learn more.
    • Ability to define the order in which entities are to be identified in Batch Testing suites. Learn more.
    • Support for disambiguation of ambiguous values identified for Optional entities. Learn more.
    • Provision during language detection in the context, for the details of the chosen language and other possible languages identified from user utterance. Learn more.
    • Ability to delete custom variables stored from Enterprise Context, Bot Context, User Session and Bot User Session. Learn more.
    • Remote Lookup Entity is enhanced to support entity extraction by the NLP engine when multiple results are returned by the backend system. Learn more.
    • Enhancement to context object to hold the additional processing details when List of Items entities are processed. (#enum, #lookup)
    • Support for Organization Employee ID in the User Profile information for syncronizing details during SAML integration.
    • Support for exchanging user and agent activity via BotKit SDK for events like message delivered, message read and user typing, etc.
    • Enhanced audit Logs related to the Publish cycle to include the Comments provided by the developer as part of Publish flow. Learn more.
    • Enhancements to Audit Logs in Bot Admin Console to capture additional details.