LogoLogo
  • 👋START HERE
    • Welcome!
  • â„šī¸General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • âš™ī¸Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • Using Blocks
  • Types of Blocks
  • Conversation Logic
  • Subdialog
  • Phone
  • Technical Logic
  • Other

Was this helpful?

Export as PDF
  1. Rule-based Automation
  2. Dialog Interface

Blocks

PreviousDialog InterfaceNextConversation Logic

Last updated 1 year ago

Was this helpful?

The Graph tab in the dialog window provides a graphical representation of a dialog structure, composed of blocks and the connections between them. It is a flowchart that outlines a customer service dialog, and is created by dragging and dropping blocks onto the graph, configuring them, and connecting them in a way that reflects the logic of the conversation.

Parloa currently provides the following types of blocks. Each of these blocks has an input and an output, which can be connected to one or more other blocks based on the logical design of your dialog:

Using Blocks

Adding a Block
  1. Click the + Block button displayed on the top-left. A menu displaying all available blocks will appear.

  2. Click and drag your chosen block onto the workspace.

Copying and Pasting a Block

For a single block:

  • Mac OS:

    1. Hold the Command key and click on the block you wish to copy.

    2. Press Command + Shift + C to copy the block.

    3. Press Command + Shift + V to paste the block.

  • Windows OS:

    1. Hold the Ctrl key and click on the block you want to copy.

    2. Press Ctrl + Shift + C to copy the block.

    3. Press Ctrl + Shift + V to paste the block.

For multiple blocks:

  1. Hold the Command key (Mac) or the Ctrl key (Windows) and click on the blocks you want to select, or click and drag the cursor across the blocks to select them.

  2. For Mac, repeat steps 2 and 3 above using the Command key. For Windows, use the Ctrl key instead of Command.

Deleting a Block
  1. Click on the block you intend to delete. A pop-up window will appear on the right side of the screen.

  2. Click the Delete button to delete the block.

Alternatively, you can use keyboard shortcuts:

  • Mac: Press Command + Shift + Backspace to instantly delete the selected block.

  • Windows : Press Ctrl + Shift + Backspace to perform the same action.

Deleting Multiple Blocks
  1. Hold the Command key and click on the blocks you want to delete.

  2. Press Command + Shift + Backspace to delete the selected blocks.

Alternatively, for a faster deletion process, you can use keyboard shortcuts:

  • Mac OS: Press Command + Shift + Backspace to instantly delete the selected block.

  • Windows OS: Press Ctrl + Shift + Backspace to perform the same action.

Renaming a Block
  1. Click on the block you want to rename. A pop-up window appears on the right side of your screen.

  2. Type the name you want to assign to the block.

  3. Press Enter.

Types of Blocks

Conversation Logic

Subdialog

Phone

Technical Logic

Other

Click the icon, displayed to the right of the block name.

âš™ī¸
Cover

Start Conversation

Initiates a conversation flow.

Cover

Global

Utilizes global elements for consistent information across the conversation.

Cover

State

Crafts user responses and sets conversation paths based on defined user intents.

Cover

Intermediate Response

Incorporates intermediate responses for a natural conversation flow.

Cover

To Previous State

Handles unexpected user inputs, redirecting the conversation without losing the established context or flow.

Cover

End Conversation

Concludes the conversation.

Cover

Subdialog

Implements subdialogs to handle complex interactions.

Cover

Continue Listening

Enables your system to stay attentive to user input.

Cover

Call Control

Manages calls within your conversation.

Cover

Service

Integrates external services into your conversation.

Cover

Condition

Enables dialog to dynamically branch and adapt based on user inputs.

Cover

Storage

Stores and manipulates user inputs and conversational data.

Cover

Note

Adds notes and comments for internal reference.