LogoLogo
  • 👋START HERE
    • Welcome!
  • ℹ️General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • May 2025
        • 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
  • A
  • C
  • D
  • E
  • G
  • H
  • I
  • L
  • M
  • N
  • P
  • R
  • S
  • T
  • U
  • V

Was this helpful?

Export as PDF
  1. General

Glossary of Terms

Here is a list of key concepts and terms that you will encounter when using Parloa:

A

Agent

A human who is connected to the caller and speaks a different language. An agent assists callers who can't communicate with the bot.

ASR (Automatic Speech Recognition)

A technology that turns spoken words into written text. It helps the bot understand what the caller says by converting their speech to text.

C

callid (Call Identifier)

A unique number given to each call to keep track of it.

callerid (Caller Identifier)

The caller's phone number or a unique ID linked to it.

conversationid (Conversation Identifier)

A unique number used to track and manage each conversation.

Custom Lifetime

A setting that lets you decide how long data is stored before it’s automatically deleted.

D

Dialog Flow

The sequence of steps the bot follows to have a conversation.

DTMF (Dual-tone Multi-frequency Signaling)

A method used in used in phones to dial numbers and interact with automated systems by pressing buttons. Each button press generates a unique sound made up of two tones, which the system can recognize.

Duckling

Duckling is a natural language processing (NLP) library that enables the chatbot to interpret the caller's utterances, even if they do not use the same words or phrasing that the chatbot is programmed to recognize. Duckling is able to understand a wide range of natural language constructs, such as dates, times, locations, and quantities.

E

EOS (End Of Speech)

EOS is a signal that indicates that the caller has stopped speaking. Parloa uses EOS to determine when the chatbot should stop listening to the caller's input and start processing it.

G

GDPR (General Data Protection Regulation)

A regulation in EU law on data protection and privacy in the European Union and the European Economic Area. It also addresses the transfer of personal data outside these areas.

H

HMAC (Hash-Based Message Authentication Code)

I

Intent

The purpose what the user wants to achieve. It represents the underlying "what" behind a message. For example, the intent "BookFlight" represents the user's desire to book a flight.

L

LLMs (Large Language Models)

Advanced AI models that can understand and generate human language by analyzing large amounts of text.

M

MLB (Multi-Language Bot)

MLB is a feature that enables users to create Parloa bots in multiple languages. This allows users to create bots that can communicate with users in their native language, regardless of where they are located in the world.

N

NLP (Natural Language Processing)

NLP encompasses automated strategies for dissecting human language into its basic components, which can then be processed and understood by machine learning models.

NLU (Natural Language Understanding)

P

PII

Personally Identifiable Information

Prompts

Messages the bot says to guide the caller and get necessary information.

R

Response

The action the bot takes after receiving the caller’s input, such as replying with text, playing audio, or making an API call.

S

Session Data Lifecycle

The process of creating, using, and eventually deleting or archiving data related to a session.

sessionid (Session Identifier)

A unique number assigned to each session to maintain the context of interactions.

Session Lifetime

The time period for which session-specific data is kept.

SHA256 Hashing

A cryptographic hashing method to convert data into a fixed-size string that can't be easily reversed.

SIP (Session Initiation Protocol)

A protocol used to start and manage real-time communication sessions, such as phone calls.

SIP Trunk

A digital method to initiating and receiving calls, along with other forms of digital communication, via an internet connection. In the context of SIP trunking, the 'trunk' signifies virtual phone lines, enabling calls over the internet to any traditional telephone number.

State

The current state of the conversation. It can be used to track things like the caller's progress through the conversation and the information that has been collected from the caller so far.

T

Training Data

A set of labeled examples used to teach the bot’s language model, including both correct and incorrect responses.

U

Utterance

A statement made by the caller that the bot uses to understand their request.

V

Variables

Data points used to store information about the caller and the conversation, like the caller’s name or the products they’re interested in.

PreviousDialog Design UpdateNextAuthentication Methods

Last updated 11 months ago

Was this helpful?

A type of cryptographic security feature that uses a secret key and a hash function to ensure data integrity and authenticity (such as ).

NLU refers to a model that deduces semantic meaning from texts by applying a set of rules it has 'learned.' First, we employ Natural Language Processing () techniques to dissect and prepare the text. These processed texts are then utilized to train a model; this model, the NLU, is subsequently tasked with interpreting entirely new texts and determining their underlying significance.

ℹ️
SHA256
NLP