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
Storyboard
Dialog Task
User Intent Node
Dialog Node
Entity Node
Supported Entity Types
Composite Entities
Supported Time Zones
Supported Colors
Supported Company Names
Message Nodes
Confirmation Nodes
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Connections & Transitions
Managing Dialogs
Prompt Editor
Alert Tasks
Alert Tasks
Ignore Words and Field Memory
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
koreUtil Libraries
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
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
Configuring Digital Views
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. Chatbot Overview
  5. Chatbot Overview

Chatbot Overview

Communication has been the essence of life from the beginning of times. With the evolution of technology, mode and style of communication have also evolved.

In the early days, conversations were restricted to verbal and textual interaction between humans. These interactions are usually guided by emotions, context, and awareness of the previous conversation. With the advent of computers, interactions have now expanded to include machines i.e. human-machine interactions. The transition from a command-based interface to a graphical user interface (GUI) to a conversational user interface (CUI) was natural, need-based and this transition made communication easier.

With CUI, came chatbots which could interact with the users in a natural language. Further enhancements using Artificial Intelligence and NLP capabilities enabled a chatbot to understand user utterance in the natural language and derive the task from the user utterance as well extract the information required to successfully execute the task.

AI-driven, NLP-based chatbots and voice assistants are the latest in technology and a must for all businesses these days.

What are Conversational Bots

A Chatbot can be defined as a virtual assistant that acts as an intelligent intermediary between people, digital systems and Internet-enabled things. It replaces the traditional graphical user interfaces (GUIs) of an application or website with a “Conversational User Interface”. It is a paradigm shift from the earlier communications achieved either by entering syntax-specific commands or clicking icons.

Chatbots can be designed to chat with people through a mix of natural language-based conversations, and responses can come in the form of buttons, calendars or other widgets that accelerate the speed with which a person can respond.

One of the first stepping stones to this future are AI-powered messaging solutions or conversational bots. A conversational bot is a computer program that works automatically and is skilled in communicating through various digital media—including intelligent virtual agents, organizations’ apps, organizations’ websites, social platforms, and messenger platforms. Users can interact with such bots, using voice or text, to access information, complete tasks or execute transactions.

So what makes the Conversation Bots so special? This in a nutshell:

What are Intents & Entities

Every Conversational Bot faces three challenges:

  1. Understanding what the user wants – Intent Detection
  2. Extracting the required information from the user to accomplish what the user wants – Entity Extraction
  3. Accomplishing the user wants – Conversation/Dialog Flow.

Whatever user says is considered as an Utterance. It is the task of the Conversational Bot to extract from this user Utterance the Intent and the Entities essential to carry a conversation. For the rest of this article, we will consider the following user utterance: “I want to fly to London this weekend”

An Intent is the user’s intention. It usually comes in the form of a verb or noun within the user utterance. From the above user utterance, a conversational bot will understand the user intent as “want to fly” and will trigger the corresponding dialog task.

Entities are pieces of data or information that the Bot requires to complete the task as identified in the user Intent. There can be multiple entities in various formats that are required by the Bot. These can be as a part of user utterance or the Bot needs to prompt the user for the entity values. For example in the above user utterance, “London” and “this weekend” form the values for the entities Destination and Travel Date respectively. As you can notice, the “Source” entity value is missing and the Bot needs to prompt the user for the same.

As seen, an Entity can be of any type like location, date, time, person etc..

How to build Intelligent Bots

Bots aren’t smart by default. They are made capable of showing some level of artificial intelligence by leveraging technologies like machine learning, big data, natural language processing, etc. A chatbot is intelligent when it becomes aware of user needs, understands the user perspective or context and responds according to the user’s mood or emotion. Its intelligence is what gives the chatbot the ability to handle any scenario of a conversation with ease.

The key for a conversational bot to understand humans is its ability to identify the intentions of humans and extract relevant information from the user utterance and map the relevant action/task against that utterance. NLP (Natural language processing) is the science of extracting the intention(Intent) of text and relevant information(Entity) from the text.

Managing dialogs to keep track of multiple conversation threads, remembering the context and responding to the user tone or sentiment helps in giving the much needed humane touch to the conversation and at the same time serving the user with accurate and appropriate responses.

Another aspect that helps build an intelligent Bot is having a Knowledge Base. This gives the Bot an ability to respond to frequently asked questions that return static responses. Building Knowledge Collection is an attempt to represent entities, ideas, and events, with all their interdependent properties and relations, according to a system of categories. This structured categorization of data will aid the Bot in answering user queries effectively and with ease.

Menu