Agentic AI Apps
AI Solutions
Pre-built Applications

Ready-to-deploy applications across industries and functions.

AI for Banking
AI for Healthcare
AI for Retail
AI for IT
AI for HR
AI for Recruiting
Application Accelerators

Leverage pre-built AI agents, templates, and integrations from the Kore.ai Marketplace.

Kore.ai Marketplace
Pre-built agents
Templates
Integrations
Tailored Applications

Design and build applications on our Agent Platform using our enteprise modules.

Platform
Agent Platform

Your strategic enabler for enterprise AI transformation.

Learn more
Enterprise Modules
AI for Work
AI for Service
AI for Process
Top Resources
From search to action: what makes agentic AI work in practice
AI use cases: insights from AI's leading decision makers
Beyond AI islands: how to fully build an enterwise-wide AI workforce
QUICK LINKS
About Kore.aiCustomer StoriesPartnersResourcesBlogWhitepapersDocumentationAnalyst RecognitionGet supportCommunityAcademyCareersContact Us
Agent Platform
Agent Platform
Agent Platform

Your strategic enabler for enterprise AI transformation.

learn more
PLATFORM MODULES
Multi-Agent Orchestration
AI Engineering Tools
Search + Data AI
Observability
No-Code + Pro-Code Tools
AI Security + Governance
Agent Management Platform
Integrations
Enterprise Modules
For Service
AI AgentsAgent AI AssistanceAgentic Contact CenterQuality AssuranceProactive Outreach
For Work
Modules
Enterprise SearchIntelligent OrchestratorPre-Built AI AgentsAdmin ControlsAI Agent Builder
Departments
SalesMarketingEngineeringLegalFinance
For Process
Process AutomationAI Analytics + MonitoringPre-built Process Templates
upcoming event
Recent AI Insights
What's new in AI for Work: features that drive enterprise productivity
What's new in AI for Work: features that drive enterprise productivity
AI INSIGHT
20 Feb 2026
Parallel Agent Processing
Parallel Agent Processing
AI INSIGHT
16 Jan 2026
The AI productivity paradox: why employees are moving faster than enterprises
The AI productivity paradox: why employees are moving faster than enterprises
AI INSIGHT
12 Jan 2026
Agent Marketplace
More
More
Resources
Resource Hub
Blog
Whitepapers
Webinars
AI Research Reports
AI Glossary
Videos
AI Pulse
Generative AI 101
Responsive AI Framework
CXO Toolkit
Private equity
support
Documentation
Get support
Submit RFP
Academy
Community
COMPANY
About us
Leadership
Customer Stories
Partners
Analyst Recognition
Newsroom
Events
Careers
Contact us
Agentic AI Guides
forrester cx wave 2024 Kore at top
Kore.ai named a leader in The Forrester Wave™: Conversational AI for Customer Service, Q2 2024
Generative AI 101
CXO AI toolkit for enterprise AI success
upcoming event

HumanX is one of the leading global conferences focused on artificial intelligence (AI) — designed for senior leaders, technologists, investors, and decision-makers shaping enterprise deployment of AI technologies.

San Francisco
6 Apr
register
Talk to an expert
Not sure which product is right for you or have questions? Schedule a call with our experts.
Request a Demo
Double click on what's possible with Kore.ai
Sign in
Get in touch
Background Image 1
Blog
Conversational AI
AI travel agent to check flight status

AI travel agent to check flight status

Published Date:
September 27, 2023
Last Updated ON:
February 18, 2026

Designing engaging conversations and building virtual assistants on the Kore.ai Ai for service involves a crucial step: creating and testing dialog tasks. This process plays a pivotal role in crafting seamless interactions and ensuring the success of your virtual assistant. Together with the Conversation Designer, Dialog Tasks are an essential tool in building conversations that are connected to your business logic.

In the examples below, a simplified version of our Virtual Travel Assistant is designed to provide real-time flight status updates for arrivals and departures at Los Angeles International Airport. This use case will help you gain more in-depth knowledge about building specific scenarios within your intelligent virtual assistant (IVA).  

What is a Dialog Task?

Dialog Tasks are the infrastructure that the Kore.ai Ai for service provides for building conversation-based interactions between Intelligent Virtual Assistants and Users, and integrating these interactions with business systems and processes. The Dialog Task development process consists in three main stages, built into the structure made available to you by the Ai for service Platform:

  1. Design your conversation flow using natural language.
  2. Build business logic into your conversation. 
  3. Train: Once you are done creating your conversation flow, you can train your VA on it.

The Design and Build stages work in sync, so that you can generate logical flows and integrate business processes while simultaneously working based on conversational elements. Essentially, this allows you to see what the conversation looks like between a user and the IVA. This is achieved using two important features, called the Conversation Designer and the Dialog Builder, respectively.

Step One: Create the Assistant

To build your Travel Virtual Assistant, follow the steps below. If you have already created your virtual assistant, skip to the next step. 

1. On the landing page, click New Bot.

2. In the Create New Bot window, select Start from Scratch.

3. Enter a Name. 

4. Select an icon or click the + icon to upload your own. Images should be in PNG format and should not exceed 40×40 pixels. The file size is limited to 80kb. 

5. Select Travel Management as the Purpose of your VA.

6. Choose Standard Bot as the Bot Type.

7. Select the Default Language.

8. Click Proceed when ready.

9. Next, you can generate use cases for your new Intelligent Virtual Assistant. Add a meaningful description and click Get Use Cases to generate intents that will be automatically added to the IVA. You can update the Bot Name and Purpose and remove use cases. 

10. Click Create to create your IVA with generated use cases, or click Create without Use Cases to create your IVA without any generated use cases.

11. Wait a few moments for your IVA to be configured. Once done, you can continue developing it. If you have chosen to generate use cases, you will find them as Dialog Tasks.

Step Two: Create a Dialog Task

After creating your assistant, you are directed to the Bot Summary page. The first step is to add an Intent Dialog to support various business-specific use cases. The Intent Dialog is the first step in the user-IVA conversation flow.

1. On the Tasks widget, click + New Task and select Dialog Task.

2. On the Create Dialog page, enter the following details:

  1. Intent Name – Enter the Intent name. This is the phrase that triggers the dialog. The intent name must be simple and not more than 3-4 words. For example, Check flight status.
  2.  Under More Options, you can add a description and other dialog-related details. Let us retain the default settings.

3. Click Proceed.

4. When prompted to upgrade to Conversation Driven Dialog Builder, select Upgrade. For instructions on the Legacy Dialog Builder, refer here.

5. Once your task has been created, you will see the Dialog Builder Canvas, with the first node displayed – the Intent Node, which receives the name of the task and represents the main node within the Dialog Task. Learn more about working with the Dialog Builder.

Step Three: Create the Nodes

To allow the IVA to be able to capture travel and user information, search for flight details using APIs, and display a chosen message with the flight status. Then nodes have to be created.

The following nodes will need to be created:

  • a User Preference Entity node to gather information from the user.
  • a Service Bot Action node to get flight information.
  • a Flight Selection Entity node to capture the flight number for status details.
  • a Script node for custom JavaScript to extract the selected flight details. 
  • a Message node to display a message with the flight details to the user.
  • an Error Message for when the user provides input that cannot be identified by the IVA.

For detailed step-by-step instructions on each of these nodes, visit the Kore.ai documentation site on Create a Travel Virtual Assistant.

Step Four: Add Events 

After the nodes and messages are built, the assistant is ready for user input. To establish a flight status event as soon as a new conversation is started between the user and the IVA,  you will need to use an Event Handler. The Event Handler will initiate this task every time a new connection is established from the Web/Mobile SDK. Learn more about Event Handlers.

  1. Close the Dialog Builder to go back to the Dialog Tasks page.
  2. From the Left Navigation pane, and select Intelligence > Events.
  3. From the events list, click Configure against the On Connect event.
  4. On the On Connect window, by default, the Initiate Task option is selected; retain it.
  5. From the drop-down list, select the Get Flight Status task.
  6. Click Save.
    ‍

Step Five: Test the Dialog Task

To test the Dialog task, you can use the Talk to Bot option at the bottom right. Since the onConnect event is configured, the dialog is automatically initiated. Alternatively, you can always try the following utterance (intent name) Get me the flight status.

Follow the instructions:

  1. Select Arrival / Departure.
  2. Enter an invalid flight number rather than selecting one of the prompts.
  3. You can see the appropriate error message and be prompted to enter the flight number again.
  4. Select a flight number from the prompts.
  5. You can see the flight details in a tabular format.
  6. You have successfully created and tested your first Virtual Assistant.

Want to Learn More?

We're here to support your learning journey. Ready to take on bot building but not sure where to start? Learn conversational AI skills and get certified on Kore.ai Ai for Service Platform.

As a leader in conversational AI platforms and solutions, Kore.ai helps enterprises automate front and back-office business interactions to deliver extraordinary experiences for their customers, agents, and employees.

Learn more
Share
Link copied
authors
Marli Tucker
Marli Tucker
Product Marketing
Forrester logo at display.
Kore.ai named a leader in the Forrester Wave™ Cognitive Search Platforms, Q4 2025
Access Report
Gartner logo in display.
Kore.ai named a leader in the Gartner® Magic Quadrant™ for Conversational AI Platforms, 2025
Access Report
Stay in touch with the pace of the AI industry with the latest resources from Kore.ai

Get updates when new insights, blogs, and other resources are published, directly in your inbox.

Subscribe
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Recent Blogs

View all
What is agent memory? How AI Agents learn and remember
March 18, 2026
What is agent memory? How AI Agents learn and remember
The lesson enterprise AI needs to learn from the OpenClaw incident
March 18, 2026
The lesson enterprise AI needs to learn from the OpenClaw incident
Agent Management Platform: Why Every Enterprise Deploying AI Agents Needs One
March 18, 2026
Agent Management Platform: Why Every Enterprise Deploying AI Agents Needs One
Accelerate time-to-value from AI

Find out how Kore.ai can help

Talk to an expert
Start using an AI agent today

Browse and deploy our pre-built templates

Marketplace
Background Image 4
Background Image 9
You are now leaving Kore.ai’s website.

‍

Kore.ai does not endorse, has not verified, and is not responsible for, any content, views, products, services, or policies of any third-party websites, or for any verification or updates of such websites. Third-party websites may also include "forward-looking statements" which are inherently subject to risks and uncertainties, some of which cannot be predicted or quantified. Actual results could differ materially from those indicated in such forward-looking statements.



Click ‘Continue’ to acknowledge the above and leave Kore.ai’s website. If you don’t want to leave Kore.ai’s website, simply click ‘Back’.

CONTINUEGO BACK
Agentic AI applications for the enterprise
English
Spanish
Spanish
Spanish
Spanish
Pre-Built Applications
BankingHealthcareRetailRecruitingHRIT
Kore.ai agent platform
Platform OverviewMulti-Agent OrchestrationAI Engineering ToolsSearch and Data AIAI Security and GovernanceNo-Code and Pro-Code ToolsIntegrations
 
AI for WorkAI for ServiceAI for ProcessAgent Marketplace
company
About Kore.aiLeadershipCustomer StoriesPartnersAnalyst RecognitionNewsroom
resources
DocumentationBlogWhitepapersWebinarsAI Research ReportsAI GlossaryVideosGenerative AI 101Responsive AI frameworkCXO Toolkit
GET INVOLVED
EventsSupportAcademyCommunityCareers

Let’s work together

Get answers and a customized quote for your projects

Submit RFP
Follow us on
© 2026 Kore.ai Inc. All trademarks are property of their respective owners.
Privacy PolicyTerms of ServiceAcceptable Use PolicyCookie PolicyIntellectual Property Rights
|
×