Born Digital - Documentation
  • Welcome
    • Welcome to Digital Studio
  • Digital Agent
    • Introduction
    • Workspace
      • List of Projects
      • Project Details
      • Deploy Project
    • Conversation Flow
      • User Interface Basics
      • Nodes Explained
        • MESSAGE node
        • ANSWER node
        • DECISION node
        • FUNCTION node
        • AI node
        • TRANSFER node
        • REDIRECT node
        • START / END nodes
      • Training set
        • Overview
        • Best practices for writing training set
      • Launching project
      • Setting tab
    • Building new projects
      • Knowledge base project
        • Step 1. - Initializing Your Project
        • Step 2. - Integrating AI Node
        • Step 3. - Finalizing with Testing and Training
        • (Optional) - Integrating a Knowledge Base Index
      • Advanced project
        • Step 1. - Establishing Functions
        • Step 2. - Crafting Greetings
        • Step 3. - Adding the AI node
        • Step 4. - Managing Flow Scenarios
        • Step 5. - Finalizing the Project
        • Step 6. - Training and Execution
    • Advanced functions
      • Knowledge base
      • New AI node property variables
      • Recordings
      • Statistics
      • Code editor
      • Widgets
  • For advanced users
    • Conversation design tips
      • Customizing speech synthesis
      • Customizing text output
      • Customizing smart functions output
      • Randomizing message content
      • Alternative messages based on variable values
      • Setting time-based greetings
      • Personalised URL links
      • Custom business statuses with variables
      • String slicing
      • Implementing chat buttons
    • Intent recognition tips
      • Fine-Tuning Intent Recognition using Generative AI
      • Multi-step intent recognition
      • Recognition based on named entity extraction
    • Prompting cookbook
      • Basics
      • Prompting techniques
  • Product changelog
    • Product changelog
  • Initial setup
    • Starting up
    • My settings
  • Contacts
    • Contacts for you
Powered by GitBook
On this page

Was this helpful?

  1. Digital Agent
  2. Conversation Flow
  3. Nodes Explained

START / END nodes

Defining the starting and ending points within your conversational flow is crucial for the successful implementation of your project's logic.

PreviousREDIRECT nodeNextTraining set

Last updated 1 year ago

Was this helpful?

Without them, errors may occur in the code editor, hindering the training process.

  • Starting Node: This is the initial node visible when starting a new blank project. Quite straightforward, this node serves as the entry point for conversations with your chatbot or voicebot. Creating a message node after the start automatically generates a target node associated with it.

  • End Node: In a brief explanation, the end node functions as a fallback mechanism. For instance, when the customer doesn't respond with a "yes," it triggers the end of the conversation. This example illustrates a simple usage and flow towards the conclusion. Multiple end nodes can be established to conclude conversation logic as needed.

To create an, you can simply drag it from the nodes panel located on the right side of the interface. It's important to note that within a project, there is only one starting node, which acts as the singular point of conversation initiation.

'End node'