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
Deprecations
Bot Builder
Creating a Bot
Design
Develop
Storyboard
Dialog Task
User Intent Node
Dialog Node
Entity Node
Supported Entity Types
Composite Entities
Supported Time Zones
Supported Colors
Supported Company Names
Form Node
Logic Node
Message Nodes
Confirmation Nodes
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Managing Dialogs
User Prompts
Alert Tasks
Alert Tasks
Ignore Words and Field Memory
Digital Forms
Digital Views
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Small Talk
Action & Information Task
Action Tasks
Information Tasks
Establishing Flows
Natural Language
Overview
Machine Learning
ML Model
Fundamental Meaning
NLP Settings and Guidelines
Knowledge Graph Training
Traits
Ranking and Resolver
NLP Detection
Advanced NLP Configurations
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
Talk to Bot
Utterance Testing
Batch Testing
Record 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
Data Table
Universal Bots
Defining
Creating
Training
Customizing
Enabling Languages
Smart Bots
Defining
Sample Bots
Github
Asana
Travel Planning
Flight Search
Event Based Bot Actions
koreUtil Libraries
Bot Settings
Bot Functions
General Settings
PII Settings
Customizing Error Messages
Manage Sessions
Bot Management
Bot Versioning
Using Bot Variables
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
Bot Administration
Bots Admin Console
Dashboard
User Management
Managing Users
Managing Groups
Managing Role
Bots Management
Enrollment
Inviting Users
Bulk Invites
Importing Users
Synchronizing Users from AD
Security & Compliance
Using Single Sign-On
Security Settings
Cloud Connector
Analytics
Billing
How Tos
Creating a Simple Bot
Creating a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure Digital 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
  1. Home
  2. Docs
  3. Bots
  4. What's New
  5. Bots Platform v7.3

Bots Platform v7.3

This section contains major and minor release information for the Kore.ai Bots Platform v7.3 released on July 4, 2020.

New Features

UI Forms

Kore.ai platform now allows virtual assistants to present a UI based form to gather information from the end-user to proceed further. Examples include providing delivery address while interacting with an eCommerce agent, details of an issue while reporting to ITSM agent, opportunity details while creating a CRM opportunity, capturing customer details to create a bank account, etc.

With access to a vast component library and the ability to define rules for validations and visibility, developers can configure a comprehensive UI Form experience. UI Forms can be used as part of the Digital Views or can also be included in the Dialog Tasks. When used from within the Dialog Tasks, the UI Form can co-exist with the conversational experience based on the channel of interaction. Learn More.

Data Tables 

Support to store and retrieve information when using the Kore.ai Virtual assistant has been further simplified with the Data Tables offering. Data Tables allow for storing, retrieving, updating, and deleting custom data records for any business needs. These can be used as data points collection for ‘feedback’ or ‘survey’ tasks, collecting user inputs that can be retrieved at a later point, etc.

Developers can also create custom Data Views by joining two or more tables. The table or view designers have the flexibility to assign bots and/or apps to the table/view. The data can be then be accessed from inside the assigned bots or directly using secured APIs. Business users can use the additional custom service options offered by the Service Nodes of Dialog Tasks for quick integration to read, write, update, and delete data. Learn more.

Bot Versioning

Kore.ai simplifies the Bot development lifecycle by auto-creating versions at the time of Publish. The developer can also create multiple custom versions of the Bot at various stages of the development process. Using these versions, the bot definition can be restored to a previous version. Learn more.

Enhancements

  • Universal Bot – Universal Bot is enhanced to intelligently route user utterance only to the relevant linked bots using training data, contextual information, and preferences. It also includes a host of other enhancements like the ability to define fallback bots, improved publish flow, and much more. Learn More.
  • Batch Testing:
    • The Batch Test suites now support defining the traits to be identified against an utterance.
    • The details of the thresholds and configurations used to run the test suite will be included in the test results summary.
    • Ability to run the test suite against the Published mode or the In-development mode of the Bot.
    • Ability to delete test suites and the test suite runs.

    Learn more.

  • NLP:
    • Ability to enable and customize Dependency Parser for Fundamental Meaning Engine and Ranking & Resolver Engines (only for German and French languages). This setting has to be implicitly enabled, see here for details.
    • An enhanced experience for the user to switch to another intent while the bot is waiting for input via a link. Learn more.
    • Ability to enable or disable auto-correction of String entities irrespective of Extraction Behavior. Learn more.
  • Knowledge Graph:
    • New option for lemmatization using Parts of Speech. Learn more.
    • Simplified CSV format for Knowledge Graph import/export with full support for all the Knowledge Graph features. The older CSV format is deprecated and will soon be discontinued. Learn more.
    • Prevention of training of the Knowledge Graphs with nodes containing a large number of questions (100 questions).
    • Search in Answer support extended for other languages, like German, Spanish, French, Portuguese(Brazilian), Italian, Indonesian, Dutch, Finnish, Polish, and Swedish. Learn more.
  • Enterprise Features:
    • Ability to whitelist IPs to access the Bot Builder and Admin Console of an account. Learn more.
    • Active Directory Sync now supports the import of Organizational Units, the configuration of the Inclusion Rules, and Custom User Profile Fields. The support for the older version will continue but will soon be discontinued. Learn more.
  • Language Support:
    • The ability to disable a supported language at the bot level has been included. Learn more.
    • Ability to customize messages related to language selection and disambiguation using a koreUtil.getCurrentOptions function. Learn more.
    • Enhancements to Korean language intent and entity detection.
  • Channel Enablement:
    • New channels

    • Cisco Spark Channel has been updated in line with its rebranding as Cisco Webex Teams. Learn more.
  • Security & Performance Updates
    • NodeJS Modules have been upgraded from 10.15.x to version 10.21.0.
    • Lodash has been upgraded to version 4.17.15.
    • Support extended for TLS 1.2 and disabled for TLS 1.1 & 1.0.
  • Other Updates
    • Bot Metrics have been enhanced to allow filtering based on time in addition to date. Learn more.
    • The scope of apps has changed from ‘user-level’ to ‘bot level’. To ensure backward compatibility, if an app is being used in more than one bot, then the app will be duplicated with the same credentials for each of these bots. Learn more.

Deprecations

  • The older CSV format for Knowledge Graph import/export is deprecated and will be discontinued in upcoming releases.
  • With the enhancement to Universal Bots, the older version is deprecated and will soon be discontinued.
  • With the enhancement to AD sync configuration, the support to the older version is deprecated and will soon be discontinued.
  • The Dialog Import and Dialog Export options have been discontinued.

See here for details.

Menu