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
Prompt Editor
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
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
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. Bot Administration
  5. Bots Management
  6. Bot Versioning

Bot Versioning

This feature was released with v7.3 of the platform and is in (beta) state.

Very often, as part of the development, you may want to mark specific stages of development as versions. The reasons could be as varied as:

  • creating a version of the bot before proceeding to subsequent changes;
  • to preserve a fully tested version till the production release while continuing to work on enhancements;
  • to keep track of all the changes made.

If the new changes are not working out, for any reason, then you would want to revert back to the previous state.

Overview

Kore.ai’s Bot Versions option is specifically designed to meet the above requirements.

NOTE: This feature was released with v7.3 of the platform and is in Beta state.

Using this option, you as a bot developer can:

  • create multiple versions of the bot definition;
  • view and manage all versions available for the bot; and
  • restore the bot to a previous version.

Versioning is supported in Standard and Universal Bots.

This option can be accessed from the main left navigation under Settings -> Bot Management -> Bot Versions.

Types

The version type is based on the ways in which a Bot version is created:

  • User Created: These versions are created by you as Bot Developer
    • See below for the process.
    • The maximum number of user-created versions that will be created is set to 20. Once this limit is reached new version will be created and the oldest versions are deleted.
  • Auto Created: These versions are created as part of the bot Publish cycle.
    • Whenever you publish a bot, the platform creates a version automatically.
    • This auto version includes the definition of the published copy of the bot after the current publish request is accepted.
    • In case the publish request is rejected, the version will not be created.
    • You cannot delete these versions.
    • While an auto-version creation is in-progress, you cannot raise any subsequent publish requests.
    • The maximum number of auto-versions that will be created is set to 20. Once this limit is reached new version will be created and the oldest versions are deleted.

Creation

Following are the steps to create a version:

  1. From the Bot Versions page, click the Create Version button.
  2. You will be prompted to enter:
    • Version Name – enter a unique name that would ideally give an idea of a major feature of the Bot.
    • Description – add in brief the changes that went into this version.
  3. Click Create Version when done. Your bot version is created.

Actions

Following are the actions you can perform from the bot version listing page:

  1. On the Bot Versions page, you will see a list of all versions of the bot.
  2. For each version you can view:
    • Name of the versions
    • Description of the version
    • Platform Version where this bot version was created
    • Created on – the version creation timestamp
    • Created by – the user who created the version.
  3. You can perform the following actions on each version:
    • Restore to a specific version
    • Delete a specific version (not applicable for auto-versions)

Version Restoration

Using the Restore option against any version, you can replace the current ‘in-development’ version of the bot with the definition present in that version. The restoration honors the bot compatibility versions and will reject any non-compatible version restorations.

How restoration works

The following is how version restore is handled for each of the Bot components:

Tasks:

The following rules apply to Dialog Tasks, Knowledge Tasks (per Language), Action / Alert / Information Tasks, Small Talk (per language), UI Forms, Panels and Widgets

  • If there are one or more additional tasks in the bot, and if these are not present in the restoration version definition, then these tasks will be implicitly marked as ‘Deleted’ in the platform.
  • These ‘Deleted’ tasks will not be available for the bot development and they will automatically be removed from the Published copy of the bot during the first publish request post-restoration. You will not be allowed to exclude these delete requests from the publish requests.
  • Once deleted if you restore a version that contains these deleted tasks they will be included as new tasks with the same name and the original (deleted) tasks will still be marked as deleted in the Publish logs.
  • If you have restored a published bot to an unpublished state then bot import might be restricted.

Languages

  • If there are one or more additional languages in the bot definition which are not present in the restore version definition, then such languages will be considered as ‘deleted’ from the configured version of the bot.
  • These ‘deleted’ languages will not be available for bot development
  • The language deletion will get reflected in the published copy after the subsequent publishing of the bot post-restoration

Channels

  • Channels are not part of bot definition and as such will bot be part of versioning ie. the current channel enablement will not change on version restoration.
  • One exception is the Webhook channel. The web channel configuration of the current version will be replaced by that of the restored version.

Bot Management

  • Bot Import will not be allowed until the restored version is published.
Menu