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. Building new projects
  3. Advanced project

Step 3. - Adding the AI node

The second step was about configurating friendly greetings in our Digital Studio Conversation Flow

PreviousStep 2. - Crafting GreetingsNextStep 4. - Managing Flow Scenarios

Last updated 1 year ago

Was this helpful?

Now, our customer crossed the function node second time and he/she is ready to continue in flow. Starting with simple - "How can I help you today?" and connecting it to simple setup Generative AI node with purpose to answer the topic.

Make sure you checked -> Execute after message is played - to wait for a client response. Continue with making other nodes asking the T/F question reqarding other customer“s questions or topics to discuss.

Step-by-step guide
  1. Establish a fallback option from the 'Decision' node (Else) as a new 'Message' node.

  2. Prompt the user with a simple query - "How can I help you today?"

  3. Ensure the 'Execute' option in advanced settings is checked to ensure the flow operates correctly.

  4. Create a connected 'Generative AI' node with a straightforward prompt to address the user's query.

  5. Generate a 'Message' node prompting the user to respond with True/False regarding any additional questions.

The 'Execute after message is played' feature signifies a brief pause in the conversation, awaiting the customer's input within our chat bubble. Technically, it triggers the post-event immediately after the node's completion, enhancing the conversational flow by synchronizing responses with user interactions.

Step 3. - Adding the AI node