User Guide
API DOCSVOICE GATEWAYHELPSECURITY
Current Version
Current Version
  • Welcome
  • What's New
  • πŸš€GETTING STARTED
    • Login
    • Concepts and Glossary
    • Language Models
      • Syntphony NLP
      • Other NLP and LLM Connectors
      • FAQs
    • Build a Virtual Agent
      • Overview
      • From Scratch
      • By Importing
      • Pre-Built Templates
      • Training task
    • Testing
      • Automated Test
      • Advanced Request
      • Simulate Dialog
      • View Logs
    • Create and manage profiles
  • πŸ’¬BUILD DIALOGS
    • Flows
    • Dialog Cells
      • Intent
      • Entity
      • Answer
      • Input
      • Jump
      • End
      • Service
      • Rest Connector
      • Code
      • Rule
        • Variable answers using Code and Rule cells
        • Enable and disable flows using Rule Cells
    • Data Masking of Personal Identificable Information
    • Dynamic Content and Contexts
    • Voice Agent
    • Multilingual Agent (beta)
  • ✨GENERATIVE AI
    • AI features
    • Assist Answer (beta)
    • Examples Generator
    • Knowledge AI
    • Prompt cell
      • Prompt crafting
      • Practical examples
    • Rephrase Answer
    • Zero-Shot LLM
  • 🌐CHANNELS
    • Channels
      • WhatsApp (by Infobip)
      • Facebook Messenger
      • Microsoft Teams
      • Integrating Existing Channels
    • Webchat Plugin
  • βš™οΈCONFIGURATIONS
    • Parameters
    • Advanced Resources
    • Other Options
      • Intent Navigator
  • πŸ“ŠANALYTICS & INSIGHTS
    • Dashboards
      • Overview
      • Funnel charts
      • User messages
      • Conversations
      • Reports
    • External Analytics Platforms
  • API DOCS
    • Overview
    • API Guidelines
      • Conversation API
      • Cloner API
      • EVG Connector
      • Management API
        • Admin API
          • Bot Admin
          • Environment
          • Organization
          • User
          • Notification
        • Instance API
          • Knowledge AI
          • Knowledge AI NLP
          • Answer
          • Automated Tests
          • Bot
          • Broker
          • Channel
          • Dashboard
          • Dialog Manager
          • Entity
          • Generative Service
          • Intent
          • Parameters
          • Tag
          • Technical Log
          • Training
          • Transactional Service
          • Rest Connector
          • Wait Input
          • Websnippet
      • Webhooks
    • Infrastructure Guidelines
      • Syntphony CAI server Installation guide
      • Maintenance Methods
      • Supported/verified third-party software
    • Data Structure
      • Admin Data Structure
      • Environment Data Structure
    • Voice Gateway
      • Genesys Cloud CX
Powered by GitBook
On this page
  • Training using Syntphony NLP
  • Other Connectors

Was this helpful?

  1. GETTING STARTED
  2. Build a Virtual Agent

Training task

PreviousPre-Built TemplatesNextTesting

Last updated 8 months ago

Was this helpful?

After building a flow, you have to make sure that they are connected to the right answers and that sentences are tied to the right meanings.

The training process is the same as a person learning a new language. The more you train, the better the results.

To do so, you train your Intents and Entities using a Natural Language Processing engine. In Syntphony CAI you can use our internal NLP or use external ones.

Training using Syntphony NLP

After building a flow, you have to make sure that they are connected to the right answers. Here, you will learn the best way to do this.

If you are using NTT DATA Syntphony NLP, you will have to train your Intents and Entities using the Syntphony CAI cockpit. Every time an Intent, Entity, document, or question is changed, the button β€œTrain” will appear in the training section. Just click it.Training a virtual agent is very easy! You'll just have to go to the training repository:

View all trained versions (valid and invalid) in the repository. The latest trained version will be automatically published.

  • To enable the Training button you must have at least five intents with at least five examples each.

  • If you delete an intent or example in the repository, you'll need to retrain your content.

  • Entities don’t have minimum number of values to be trained.

After training, you can check the details of the training.

Click on β€œ(view details)” to review what went wrong on that specific training.

Other Connectors

If you want to use other external NLPs, please continue to the next section:

πŸš€
Other NLP and LLM Connectors