🇬🇧
1millionbot
English
English
  • Create a virtual assistant
  • Create DialogFlow credentials
  • Chatbot
    • Conversations
    • Channels
      • Web
      • Twitter
      • Slack
      • Telegram
      • Teams
      • Facebook Messenger
      • Instagram Messenger
      • WhatsApp Cloud API
      • WhatsApp Twilio
    • Customize
    • Knowledge Base
      • Intents
        • Create an intent
        • Training Phrases with Entities
        • Extracting values with parameters
        • Rich responses
        • Best practices
      • Entities
        • Create an entity
        • Types of entities
        • Synonym generator
        • Best practices
      • Training
        • Validation and training of the assistant
      • Library
  • Insights
    • Chatbot
    • Live chat
    • Survey
    • Reports
  • Leads
    • Leads
  • Surveys
    • Surveys
  • Account
    • IAM
  • Profile
    • Security
Powered by GitBook
On this page
  1. Chatbot
  2. Knowledge Base
  3. Entities

Types of entities

PreviousCreate an entityNextSynonym generator

Last updated 2 years ago

There are 3 different types of entities in the system:

  • Synonyms: This is the most common type of entities. For each of the main values that the parameter can have, we can detail a list of synonyms that correspond to it, in this way when any of the values declared as synonyms is detected, the main value will be sent.

  • List: This is the simplest type of entities, it allows you to define a list of main values, but it does not allow you to add synonyms for each one.

  • Regular expressions: It is the most complex type of entities that can be created, it allows you to define a list of regular expressions whose function is to detect text fragments that comply with an established format, for example: telephone numbers, ID numbers, account numbers. .

Learn more about regular expressions