Skip to content

Navigating Dialog Tasks

Prerequisites

How to Access the Kore.ai XO Platform?

Introduction

This article takes you through the major features you can access via the Dialog Builder.

The Dialog Builder is a key component of the Kore.ai XO Platform, and you can use it to develop full conversations between your VA and your users – from design to development, training, and testing.

The Dialog Builder Provides Conversation, Logic, and NLP-based tools and multiple opportunities to develop your conversational VA. You can Design, Build, and Train from within a familiar interface, which improves development efficiency and enhances results.

Benefits

The purpose of the Dialog Builder is to combine human interaction and business logic, enabling your organization to collaboratively implement standards, processes, and practices into valuable Virtual Assistants.

Here are a few other ways in which the Dialog Builder can benefit your organization:

  • Simplifies and streamlines VA development by providing access to tools and connecting to a wide variety of services.
  • Facilitates the application of business processes to Conversational VA Development.
  • Encourages innovation through clear, collaborative processes to Design, Build and Train AI-powered Conversational Virtual Assistants.

Explore Dialog Tasks

You can access Dialog Tasks from Automation AI > Virtual Assistant > USE CASES > Dialogs.

Navigate to Dialogs

The Dialog Tasks List

The first page is a list of existing Dialog Tasks. Now, let us review the features you can access on this page.

  • See basic information about each dialog task at a glance. This includes the task name, description, last update date, and status.

    Dialog task landing page

    Note

    If a Dialog Task has been created using the legacy builder, then you will have the option to upgrade to the new, Conversation-Driven builder. In your list, such tasks come with an upgrade icon (an upward arrow inside a gear symbol).

  • Dialog Task Options – When hovering over a task, you will see options to Edit, Clone or Delete the selected task. There is also a menu with More Options, where you can View the task, configure Dialog Settings, Manage Interruptions, or Amend Behavior.

    Dialog task options

  • Search Dialog Tasks – If you are looking for a specific task, you can type its name here.

  • Manage Components—Use this button to reach the Dialog Components section, where you can manage entities, webhooks, messages, agent transfers, etc., that are in use within all Dialog Tasks within your VA.
  • Create a new Dialog Task – Use this button to create a new Dialog Task.
  • Test—This is where you can easily test your VA by simulating an interaction between a user and the VA.

Dialog Task Options

Edit

Clicking the Edit () corresponding to a dialog task opens the Dialog Builder canvas, where you can design the dialog task based on the conversation logic and business requirements. You can add and configure various components and features to build the end-to-end conversation flow.

Clone

In some scenarios, you may need to create two similar dialog tasks with minor differences. To achieve this, clone dialog tasks using the corresponding Clone () option on the Dialog Tasks list.

To clone a dialog task, follow the below steps:

  • Open the App in which you want to clone the dialog task.
  • Select the Automation AI > Virtual Assitant option from the left menu.

    Navigate to Virtual Assistant

  • From the left menu, click USE CASES > Dialogs.

  • On the Dialog Tasks page, hover over the dialog you want to clone and click the Clone icon.
  • On the Clone a Dialog window, enter a name in the Intent Name field.
  • Optionally, you can add a Description.
  • You can choose whether the cloned dialog will be available to the end customer (Customer Use Case) and/or in Agent Assist (AgentAssist Use Case).
  • Under Intent Settings, set options for the task to be independent, a Sub-intent dialog or Hide it from Help.
  • Under Analytics - Containment type, you can choose between Abandonment as Self Service and Abandonment as Drop Off.
  • Also, optionally, you can adjust Conversation Context, set Intent Preconditions, or define Context Output.
  • Click Proceed.

    Clone Dialog - Options

Cloned Task Properties

The following are the properties of a cloned dialog task:

  • It contains the same components, instances, NL, IVR, and connection properties as the original dialog task.
  • The Dialog Settings, Interruption Settings, and Amend Behavior are also copied from the original dialog.
  • If multiple languages are enabled in the original dialog, then the details for all languages are copied.

The below-listed intent-level NLP training data is not copied:

  • Machine Learning Utterances.
  • Intent Patterns & Rules.
  • Intent Synonyms.

Delete

If you no longer require a specific Dialog Task, you can remove it.

Warning

Deleted Tasks cannot be restored.

To delete a Dialog Task:

  1. Hover over the task in the Dialog Tasks List.
  2. Click the Delete () icon.
  3. If you are sure that you want to delete this task, then please click Delete in the confirmation window. Otherwise, please click Cancel.

    Delete Dialog - Confirmation

More Options

You can access more Dialog Task options like Display, Dialog Settings, Manage Interruptions, and Manage Ammend Behavior by clicking the 3-dot More Options () icon.

More Options

Please see the articles linked below for information on:

Dialog Builder - Conversation Design and Logic Building

The Dialog Builder is where you can design, build, train, and test the conversations that your VA can have with your users.

You can access them by creating a new Dialog Task or opening an existing one

Note

This guide applies to the new Dialog Builder. If your tasks are using the previous version, please consider upgrading.

You can build Dialogs by adding and configuring nodes in the required sequence as per business logic in the Dialog Builder.

The Dialog Builder interface consists of:

  1. Tool Set
  2. Index Panel
  3. Node Panel
  4. Canvas

Dialog builder

Related Links