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. Bots Platform v6.2.2

Bots Platform v6.2.2

The feature enhancements in this release empower bot developers to design intelligent bots using options like context switching and improved machine learning training models. Enterprises have better control over their bot deployment strategy by taking advantage of smart bots and applying redaction techniques for information security compliance.

Enhanced context switching and interruption handling

In this release, the bot’s context switching abilities were enhanced to handle interruptions in conversations efficiently. Developers are provided options to control such experiences. Apart from improving ‘Hold & Resume’ options at a bot level, we now allow developers to customize the “Hold & Resume” behavior for specific tasks and nodes. You can also add conditional exceptions between tasks with the ability to pass contextual data between them. Using ‘Follow-up Intents’, the bot will now capture all unattended interruptions from a conversation flow and make them accessible to the bot as an array.
Help link: Interruption Handling and Context Switching

Introduced Smart Bots: Reusing and extending bots

A new bot type, Smart Bot, has been added to the Kore.ai Bots Platform in this release. Smart Bots enable enterprises to expedite the bot building process by allowing new bots to inherit the configuration and tasks of previously built bots. The child bots can then extend the inherited functionality by adding further tasks and knowledge queries, as well as localize relevant parameters using variables. All updates made to the inherited bot elements in the parent bot are automatically passed on to all connected child bots.

Implemented redaction option to secure sensitive user information

Kore.ai now allows you to redact any sensitive information that users share with bots. When you enable redaction for an information type, you can transform its value into a pattern that contains garbled content so critical information is not exposed. Redaction helps secure user trust, protect personally identifiable Information, and comply with data privacy regulations.
Help link: Redacting Personally Identifiable Information (PII)

Reduce Redundant Efforts with Reusable Functions

Many of your bot elements share similar functionality. Using the Custom Script file, they can now share the code too. Custom Script file considerably reduces redundant development efforts by helping you to collate and upload reusable utility functions. Once you upload a custom script file to the bot, all the functions in the file can be invoked from anywhere in the bot using function calls.
Help link: Reusing Bot Functions with Custom Script File

De-Couple Bot Content from Bot Definitions

Bot building involves extensive content management efforts and coordination between globally-distributed developers and content authors or copyright team. Our newly introduced Content variables make the bot building exercise more seamless by abstracting bot content configuration. Using Content Variables, programmers can avoid hard-coding the bot content into specific bot elements and authors don’t have to be exposed to the bot configurations. Both these parties can rely on language-specific variables file, with the authors building the content into the file and programmers using variables to make content accessible to the bot components.
Help Link: Using Bot Variables

Provided user control over importing and exporting bots

Users can now exercise more control over bot components during imports and exports with new options made available in this release. When you import a bot or a dialog, you can choose one of the following modes to suit your purpose:

  • Full import: Completely override the existing bot or dialog with the imported components.
  • Incremental import: Select only the relevant components from the imported bot or dialog.

If the import items overlap with the existing bot, the imported bot overrides them. As for exporting, you can export published bots completely or just select specific components for export.
Help link: Importing and Exporting Bots

Support for more languages

Kore.ai bots perform intent detection, custom-named entity recognition, system entity recognition, custom small talk, and built-in small talk in all the following new languages:

  • Chinese Simplified
  • Chinese Traditional
  • Brazilian Portuguese
  • Italian

Help link: Building Multi-Language Bots

Added support for Google Assistant channel

We’ve now added Google Assistant as a bot channel. Developers can enable Google Assistant as a channel for mobiles or other devices such as Google Home.
Help link: Adding the Google Assitant Channel

Implemented a new dashboard for universal bots

A new dashboard has been introduced to monitor the performance of Universal bots. The dashboard provides insights on the underlying linked bots as well as the Universal bot.

Optimize trained utterances from ML Model Graph

The Machine Learning Model (ML Model) graph provides an overview of the performance of the trained utterances against the bot tasks. When utterances with sub-optimal performance are identified, you can instantly initiate their training – right from within the graph. In the utterances quadrant, you can reword the utterance to bring the meaning closer to the intent expressed or reassign it to a more-relevant bot task.
Help link: Evaluating Machine Learning Performance

Intent detection in String and Description entities

Many times when you expect users to enter a string or description, they combine their entries with additional follow-up intents. Kore.ai now enables you to configure String or Description entities to capture and respond to an intent using options ranging from ignoring the intent to directly switching to it – with various hold and resume choices in-between.
Help link: Working with the Entity Node

Minor updates
  • Simplified task upgrades: Instead of adding individual comments against each task upgrade, the platform now allows you to provide a single comment for any number of task upgrades. Also, the platform lets you track the comments.
  • For Batch Testing, in addition to JSON files, you can now also upload CSV files for creating custom suites with the file size not exceeding 2 MB for both CSV and JSON uploads. A visual indicator has been introduced to display the testing progress.
  • Two new bot response templates have been added to the FB Messenger channel: FB Login, Quick Reply.
  • An option has been introduced to turn on the typing indicator for end users when they are waiting for a bot response.
  • New configurations are provided to define methods to extract entities from previous utterances. Help link: Working with the Entity Node
  • Bot export no longer prevents developers to switch to other tasks, but runs the process in the background, with the status showing in the same section.
Menu