dydu documentation
FrenchEnglish
  • A Single Software, various applications
  • First use guide
    • Getting started
    • Create your bot
    • Create your first knowledge
    • Create and publish your chatbot
    • Frequent use cases
    • Best practices
    • Glossary
  • Contents
    • Knowledge
      • Knowledge management
      • Tags management
      • Knowledge types
        • Answer to a question
        • Complementary answer
        • Predefined answer
        • Event-triggered knowledge
        • Slot filling
      • Answers elements
      • Accessibility for bot answers
      • Decision tree
      • Comments
      • Test the bot
      • Qualities alerts
    • Knowledge map
    • Matching groups
    • Global sentences
    • Language / Spaces
    • Context conditions
    • External Contents
    • Gallery
    • Web services
      • Web Services
      • Configuration examples (REST)
      • Configure OIDC on Keycloak for a Web Service
      • Frequently asked questions
    • Advanced
      • Server scripts
      • Predefined answer templates
      • Variables
      • Web services triggers
      • Top knowledge
    • Tools
    • Import/Export of knowledge
  • Learning
    • Dialogs
    • Suggestions
    • Misundestood sentences
  • Analytics
    • Exploitation
      • Important
      • Dialogs
      • Visitors
      • Themes
      • Knowledge
      • Qualification
      • Users feedbacks
      • Clicked links
      • Rewords
      • Performance
      • Other
    • Livechat
      • Dialogs
      • Knowledge
      • Operators
      • Satisfaction
      • Waiting queues
    • Knowledge base
      • Formulations
      • Users
      • Matches
    • Export
    • Configuration
  • Custom analytics
    • Reports
    • Alerts
    • Configuration
      • Reports
      • Exports
      • Predefined sources
      • Alerts
      • Preferences
      • Annex: List of indicators
  • Livechat
    • Enable livechat
    • Knowledge base setup
    • DYDU Livechat
      • Overview of interfaces
        • Operator Interface
        • Manager interface
      • Dydu livechat setup
        • General
        • Competencies
        • Waiting queues
          • General
            • Setting up the waiting queue
          • Competency
            • Setting up the waiting queue by competency
            • Setting up a knowledge base with the waiting queue by competency
        • Operator capactiy
        • Account parameters
    • Genesys Livechat connector
  • Integration
    • FAQ
      • Static FAQ
      • Dynamic FAQ
    • MetaBot
    • Customisation
    • Javascript actions
    • Custom event-triggered rules
    • Channels
      • Dydubox
      • Dydubox advanced
        • Css editor
          • Teaser
            • CSS Teaser Modification
          • Header
            • CSS Header Modification
          • Body
            • CSS Body Modification
        • Custom JS Editor
        • Label management
        • Possible integrations
      • Connector
        • Teams
        • META
          • Messenger
          • Instagram
          • WhatsApp
          • Compatibility of DYDU bot features with META
          • Meta application control
    • LLM - Generative AI (Artificial Intelligence)
    • Integration of a chatbox into a webview
  • Preferences
    • SAML 2
    • OpenID Connect (OIDC)
    • Users and rights
    • Bot
      • General
      • Dialogs
      • Survey
      • URLs
      • Search field
  • Other
    • How does your bot work?
    • Data protection
      • Cookie management policy
    • Console logs
    • Special keywords
    • Technical aspects
      • Hosting
      • Infrastructure
    • Security
      • General information
      • Server usage
      • Open source tools
      • User session expiration
  • Developers
    • API reference
      • Authentication
      • Dialog API
      • Dialogs Export
      • Search field
      • Import Export Bot
      • Import/Export Knowledge Base
      • Server Status API
      • Access to APIS
      • User Management in the BMS
    • Chatbox V5
      • Setup and integration
Powered by GitBook

Tous droits réservés @ 2023 dydu.

On this page
  • Capacity
  • Position in the queue

Was this helpful?

  1. Livechat
  2. DYDU Livechat
  3. Dydu livechat setup
  4. Waiting queues
  5. General

Setting up the waiting queue

PreviousGeneralNextCompetency

Last updated 4 months ago

Was this helpful?

This section will allow you to configure the general waiting queue for all Livechat operators. To configure the waiting queue specifically by competency, please refer to that .

Capacity

You can modify the general capacity of operators from the Livechat settings. To do this :

  1. Go to Preferences > Livechat Settings > General.

  1. Go to the Capacity section.

In this section, two parameters are available:

  • Number of conversations per operator: Defines the number of conversations an operator can handle simultaneously (up to 10).

  • Additional capacity per operator: Defines the number of conversations the operator can have in the waiting queue. Conversations in the queue will not be handled until the operator has finished an ongoing conversation.

As you might have guessed, to configure the waiting queue, it is necessary to adjust the second parameter. Once this is done, the waiting queue will be in place for all your operators. If the waiting queue reaches its maximum capacity, the user will receive the response configured in the failure branch of your Livechat escalation knowledge base.

In the example above, the configured parameter indicates that the operator can handle two conversations simultaneously and will have four additional conversations placed in the waiting queue. Each time the operator finishes a conversation, the first conversation in the waiting queue will appear on their desk.

For example, if the "Number of conversations per operator" parameter is set to 1 and an operator has a capacity of 2 in "Operator Capacity", then that operator will be able to handle 2 simultaneous conversations.

Position in the queue

A message displayed in the chatbox can inform the user of their position in the queue as well as the estimated waiting time.

This option can be added by configuring a condition LiveChatWaitingQueueSize().

The LiveChatWaitingQueueSize() condition allows you to know the current size of the livechat queue. To configure it, go to Content -> Context Conditions and click on Add.

A competency can optionally be specified within the parentheses.

The returned value represents the number of conversations waiting. Using this data, it is possible to estimate the waiting time based on the average duration of livechat conversations (information that can be obtained from the available statistics).

Example of waiting time estimation:

  • Average duration of a livechat conversation: 5 minutes

  • Livechat conversations waiting: 3

Waiting time: Average duration of a livechat conversation × livechat conversations waiting = 15 minutes

The "Number of conversations per operator" parameter is not prioritized over the parameter configured in "".

Operator Capacity
section