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

Was this helpful?

  1. GETTING STARTED
  2. Testing

Simulate Dialog

PreviousAdvanced RequestNextView Logs

Last updated 5 months ago

Was this helpful?

After you train your intents in Syntphony NLP (or use the ones from other NLPs), you can see how your dialogues will work in a simulated chat. The dialog simulator allows you to test your virtual agent by checking if its intents, entities, services and other cells are behaving properly. To access the simulator, click the balloon button in the bottom right corner.

A modal will open for you to choose a channel.

The virtual agent simulator will show you the last trained version (if it's using Syntphony NLP) or the last loaded intents (if the virtual agent uses any other NLP).

Not all the Syntphony CAI functionalities won't work on the simulator. It doesn't mean they won't work in a flow, they just will not be shown on the simulator.

Line breaks in answers will be rendered as a space in the virtual agent simulator.

For example, the following answer,

“Thank you for ordering the tomato soup. We will serve it in a second. Enjoy your meal.”

would appear like this in the dialog simulator:

“Thank you for ordering the tomato soup. We will serve it in a second. Enjoy your meal.”

You now can write any phrase to see if your flows work properly. If you want to see which intent a sentence leads to, check the Show info optionn.

Consider the following soup ordering flow:

After this flow is trained, it becomes the following dialogue:

The simulated conversation shows the intent to which the sentence was tied to. In this case, the first intent was “soup” and the second, “flavor”.

🚀
Channel Selection
Dialog simulator window
Partial Soup Ordering Flow
Sentences