Skip to content

Conversation-driven Dialog Builder

Conversation Builder is a new dialog task editor which allows you to design and build a dialog task using conversational elements. It leverages the Flow-based Dialog Task Builder.

Developing the Dialog Task Builder involves manual effort in understanding and converting the conversation components into dialog components.

A Conversation-driven Dialog builder automatically converts conversation components into a Dialog Task. Designers can focus on visualizing the end-user conversation before building the dialog. Since the conversation flow is automatically generated, developers can focus on the more technical aspects. This not only reduces the development effort but also ensures that the bot is closer to the actual design.

Features

  • An integrated approach for conversation designers (or business analysts) and developers to collaboratively build a dialog.
  • Ability to define a custom, Gen-AI driven, or third-party based dialog template by providing just the intent name.
  • Auto-generation of tasks, fine tuning the configurations and expand on top of the conversation flow to provide the necessary logic and fulfillment elements leading to a fully functional bot.
  • Improved usability and intuitiveness.
  • Automatic sync between the views i.e changes to one view updates the other.

New Dialog Builder

This is the new dialog builder with the options to drag and drop or add the necessary nodes. The entity, message, and other nodes along with the appropriate connections are generated automatically based on the conversation designed by the BA/conversation designer.

Developer can make configuration changes and add appropriate service calls etc. to make it a fully functional bot.

You can access this view by clicking Virtual Assistant > Use Cases > Dialogs.

access dialogs

Create and Configure a Dialog

You can initiate a Conversation-driven Dialog Builder with the steps mentioned here.

Configure the fields based on the option you select:

(Option A): Start From Scratch

Enter the following and click Proceed.

  • Intent Name: For example, "Create Savings Account."
  • Description: Provide a description based on the intent for the dialog you're creating.
  • Intent Training – Enter utterances that would trigger this intent.
  • More Options: You can set the following options:
    • Customer Use Case: Enable this option to make the use case available to the customer.
    • Agent AI Use Case: Enable this option to make the use case available on Agent AI for an agent and select one the following scenarios based on your requirement:
      • During Chats: To manually or automatically trigger a use case by the agent when engaged with a customer in a chat based channel.
      • During Email: To manually or automatically trigger a use case by the agent when engaged with a customer in an email channel.
      • During Calls: To manually or automatically trigger a use case by the agent when engaged with a customer on a phone call.
      • Launch By Menu: To list the use case in the AgentAssist library allowing the agent to browse and find use case to trigger it.
    • Intent Settings: You can set how the dialog task will be presented to the bot based on the intent by selecting one of these options:
      • Sub intent dialog: Task can be invoked only as a sub-task when another task is in progress. Task will not be presented as a bot task when user requests for help.
      • Hide from help: Task will not be presented as a bot task when the user requests for help. Users can invoke this task anytime while talking to the bot.
    • Analytics - Containment Type: When you leave a conversation without providing an input, then the platform considers that conversation as a Drop Off. Drop off also results in scenarios where the virtual assistant asks input for feedback or when it asks if there is ‘anything else’ with which it can help you. At times even if the tasks are helper tasks, they still lead to higher drop-off rates. To prevent this, while creating a dialog task you are provided with an option to configure the containment type as either drop-off or a self-service, when the user abandons the conversation. Based on the user abandonment type, select one of the following:
      • Abandonment as Self-Service: Conversations abandoned by users while executing this Dialog are considered 'Self-service Conversations'. Other failures are considered 'Drop-off Conversations'.
      • Abandonment as Drop Off: Conversations abandoned by users or any failures during execution of this Dialog will be considered as Drop off.

      Note

      By default 'Abandonment as Drop Off' is selected as an option for Analytics – Containment Type. In this case, any conversation abandoned by the user is considered a drop-off during dialog execution. If you select Abandonment as Self-Service, then any conversation abandoned by the user is considered a self-service conversation. However, any script, service or any other failures are considered as drop-off conversations.

    • Conversation Context: Define the conversation context based on the intent detection by choosing one of the following options:
      • Intent Preconditions: The intent will be detected only if any of the context tags specified as pre-conditions are available in the context at the time of intent detection. Learn more.
      • Context Output: Define the context tags to be set in the context when this intent is initiated.
      create custom dialog

(Option B): Gen AI

Uses Gen AI to generate a dialog task from a preexisting template based on the intent you provide. Enter the following to generate the dialog and click Generate.

  • Intent Name: For example, "Create Savings Account."
  • Description: Provide a description based on the intent for the dialog you're creating.

gen ai dialog

A preview of the auto-generated dialog flow appears on the right pane. You can either click Proceed to create the dialog, or Regenerate to generate another dialog flow based on your intent.

gen ai dialog preview

(Option C): Marketplace

To find and install a third-party dialog template out of 150+ categories and 30+ integrations, select Marketplace. marketplace dialogs

Please click here to learn more.

Dialog Builder Components

To learn more about the components available on the Dialog Builder Panel, click here.

Node Types

Please click here to learn more about the node types supported on UXO Platform's Dialog Builder.