Chatbot Overview
Conversational Bots
Intents & Entities
Intelligent Bots
Kore.ai's Approach
Kore.ai Conversational Platform
Bot Concepts and Terminology
Natural Language Processing (NLP)
Bot Types
Bot Tasks
Starting with Kore.ai Platform
How to Access Bot Builder
Working with Kore.ai Bot Builder
Building your first Bot
Getting Started with Building Bots
Using the Dialog Builder Tool
Creating a Simple Bot
Release Notes
Latest Updates
Older Releases
Bot Builder
Creating a Bot
Design
Develop
Dialog Task
Working with User Intent Node
Working with the Dialog Node
Working with Entity Node
Supported Entity Types
Working with Composite Entities
Supported Time Zones
Supported Colors
Supported Company Names
Working with Message Nodes
Working with the Confirmation Nodes
Working with Service Node
Implementing Custom Authentication
Enabling 2-way SSL for Service nodes
Working with Script Node
Working with Agent Transfer Node
Working with WebHook Node
Defining Connections & Transitions
Managing Dialogs
Prompt Editor
Action & Information Task
Working with Action Tasks
Working with Information Tasks
Establishing Flows
Alert Tasks
Working with Alert Tasks
Managing Ignore Words and Field Memory
Knowledge Graph
Terminology
Building Knowledge Graph
Generation of Knowledge Graph
Importing and Exporting Knowledge Graph
Knowledge Graph Analysis
Knowledge Extraction
Natural Language
Overview
Machine Learning
ML Model
Fundamental Meaning
Knowledge Graph Training
Traits
Ranking and Resolver
NLP Detection
NLP Settings and Guidelines
Bot Intelligence
Overview
Context Management
Session and Context Variables
Context Object
Dialog Management
Sub-Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Default Conversations
Default Standard Responses
Channel Enablement
Test & Debug
Talking to Bot
Utterance Testing
Batch Testing
Recording Conversations
Publishing your Bot
Analyzing your Bot
Overview
Dashboard
Custom Dashboard
Conversation Flows
Bot Metrics
Advanced Topics
Bot Authorization
Language Management
Collaborative Development
IVR Integration
Universal Bots
Defining
Creating
Customizing
Enabling Languages
Smart Bots
Defining
Sample Bots
Github
Asana
Travel Planning
Flight Search
Event Based Bot Actions
Bot Settings
Bot Functions
General Settings
PII Settings
Customizing Error Messages
Bot Management
Using Bot Variables
API Guide
API Overview
API List
API Collection
SDKs
SDK Overview
SDK Security
SDK App Registration
Kore.ai Web SDK Tutorial
Message Formatting and Templates
Mobile SDK Push Notification
Web Socket Connect & RTM
Using the BotKit SDK
Installing the BotKit SDK
BotKit SDK Configuration
Events for the BotKit SDK
Functions for the BotKit SDK
BotKit SDK Tutorial – Agent Transfer
BotKit SDK Tutorial – Flight Search Sample Bot
Using an External NLP Engine
Bot Administration
Bots Admin Console
User Management
Managing Users
Managing Groups
Managing Role
Bots Management
Enrollment
Inviting Users
Sending Bulk Invites to Enroll Users
Importing Users and User Data
Synchronizing Users from Active Directory
Security & Compliance
Overview
Using Single Sign-On
Cloud Connector
Analytics
Billing
How Tos
Context Switching
Using Traits
Live Agent Transfer
Schedule a Smart Alert
Configure Agent Transfer
Custom Dashboard
Patterns for Intents & Entities
Build Knowledge Graph
  1. Home
  2. Docs
  3. Bots
  4. What's New
  5. What’s New

What’s New

The Kore.ai Bots Platform contains many new and enhanced features. This topic lists and describes most of those new and enhanced features as release notes for each new Bots Platform major product release.

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.

See Previous Major Releases

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 demographics 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 UI Editor

The ability to engage end-users in casual conversations helps socialize Bots and improves 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. This feature is available only on the cloud version of the platform. 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 Knowledge Graph 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

  • Improved Conversation Flow:
    • Clustering of user utterances based on similarity so the Bot developer can easily review if the user utterances are going to the correct intents.
    • Visualizing conversation flows to understand how users have interacted with each of the Bot’s tasks irrespective of when the task was invoked during a session. Developer may also switch back to the old view to compare 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.
    • Support for defining the order in which the entities are to be detected in Batch Testing. 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. Learn More.
    • 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.
Menu