LogoLogo
  • Introduction to the Ebbot Platform
  • Ebbot Platform
  • Bot basics
    • Scenarios
    • Entities
    • Triggers
    • Training center
  • Scenarios
    • Cards and syntax
      • File Input
      • Text card
      • Input
      • Buttons
      • Image
      • File
      • Carousel
      • Location
      • List
      • Contact Agent
      • Rating request
      • Custom component
      • CoBrowsing
    • Transition
    • Card properties
  • AI Insights
    • Setup and Configuration
    • Using the Insights Dashboard
  • EbbotGPT
    • Knowledge
      • Data source transformer
      • Source types
        • File
        • Website scrape
        • Docx file
        • TOPdesk API
        • Sitevision API
        • SharePoint API
          • Create app with Sites.FullControl.All permission in Azure
          • Ebbot SharePoint Postman Guide
        • Confluence API
    • Configurations
    • Persona
    • GPT Evaluation
    • Embedder models
    • EGPT models
  • Custom vocabulary
  • Tutorials
    • Create your first scenario
      • Select a trigger
      • Add bot responses
  • Data Object
  • Release notes
  • For developers
    • Ebbot SDK
    • Safe Exchange API / Vault
    • Subdomain manager
  • EbbotGPT API
  • Chatbot & Live chat
    • Install chat widget
    • Chats API
    • Chat widget API
    • Datasource API
    • Sales tracking for live chat
    • Webhook
      • Incoming webhooks
      • Outgoing webhooks
    • SMS API
      • Authentication
      • Send SMS
      • Errors
      • Encoding
    • Python components
    • Intent detection (NLP)
  • Product guides
    • Product data feeds
    • Install guide
    • Product guide events
      • Product guide user events
      • Received events
      • Send events
    • API & webhooks
    • GA4 integration
    • Klaviyo integration
  • Messenger marketing
    • Install popup
    • API & webhooks
  • For chat agents
    • Ebbot Chat
      • Settings modal
      • Queue
      • Topbar Stats
      • Menu
        • Power-Ups!
        • Quick Replies
  • INTEGRATIONS
    • Ebbot Live Chat in Zendesk
      • Setup guide
    • Active Directory - SAML
    • Configure SAML in Azure
Powered by GitBook
On this page
  • Intent detection models in Ebbot
  • Intent Manager
  • NeuralSpace
  • Dialogflow

Was this helpful?

  1. Chatbot & Live chat

Intent detection (NLP)

Use NLP intent detection and predefined phrases to trigger scenarios. Below you can find information about supported models and their attributes.

Intent detection models in Ebbot

  • Intent Manager - OVH & v2

  • NeuralSpace - OVH

  • Dialogflow - v2

Intent Manager

Intent Manager is Ebbot's own intent detection model that will replace NeuralSpace for all OVH customers by 31/1-2025. Dialogflow will still be supported on v2.

For most bots, changing from NeuralSpace or Dialogflow to Intent Manager can be completed without additional steps. However, there are two things that are good to know about Intent Manager:

  • Intent Manager performs optimally with a confidence level set around 0.80.

If your bot's confidence level is very high (e.g., 0.99) or low (e.g., 0.60), we recommend adjusting it to a range between 0.70 and 0.80. After making this adjustment, test the bot with example phrases to ensure the correct scenarios are triggered and that unintended scenarios are not triggered. Based on your test feel free to change the level with 0.05 in either direction until you get your desired result.

  • Intent Manager merges all NLP-phrases into one intent and cares less about outlying phrases or keywords.

Adding a phrase that is significantly different from the other phrases is more likely to be ignored, as Intent Manager aims to identify a single intent that aligns with all the provided phrases.

NeuralSpace

Will no longer be supported after 31/1-2025

Dialogflow

Dialogflow will continue to be supported, but Intent Manager will become the default intent detection model on v2.

PreviousPython componentsNextProduct guides

Last updated 3 months ago

Was this helpful?