User Guide
eva 3.4.1
eva 3.4.1
  • Home and Support
  • What's new
  • Changelog
  • Using eva
    • Overview
      • Virtual Agents
      • Main Concepts of eva
      • Glossary
    • Developing virtual agents
      • Quick Start with eva
      • Dialog Flows
      • Dialog Cells
        • Intent Cells
        • Entity Cells
        • Answer Cells
        • Service Cells
        • Input Cells
        • Jump Cells
        • End Cells
        • Code Cells
        • Rule Cells
      • Training task
      • Export and import agents
      • Create virtual agents from templates
      • Create and manage users
    • Channels
      • Integrating Existing Channels
    • Testing Virtual Agents
      • Test a virtual agent
      • Automated Test
    • Natural Language
      • eva NLP
      • Training with eva NLP
      • Training with eva Automated Learning
      • Using other NLP engines
    • Analytics
      • External analytics platforms
    • Experience
      • Context Management
    • Advanced Options
      • Parameters
      • Intent Navigator
      • PII Data masking
    • How Tos
      • Creating variable answers with Code and Rule cells
      • Videos
  • for technicians
    • eva server Installation guide
    • API Guidelines
      • Conversation API
      • Cloner API
      • Webhooks
    • Supported/verified third-party software
    • Appendices
    • Data Extraction
Powered by GitBook
On this page
  • Basic cells
  • Advanced cells
  1. Using eva
  2. Developing virtual agents

Dialog Cells

PreviousDialog FlowsNextIntent Cells

Last updated 3 years ago

A dialogue flow in eva are made up of a series of 1 or more elements called cells. Each cell is participating in the dialogue flow for a specific purpose.

There are several types of cells, grouped into Basic and Advanced.

Basic cells

Basic cells are the minimum cells required for the development of any virtual assistant. Learn more about these cells in:

Advanced cells

These cells are used to create complex conversational flows, where custom logic and multiple options have to be implemented.

Learn more about all these cells in:

Intent Cells
Answer Cells
Entity Cells
Service Cells
Input Cells
Jump Cells
End Cells
Code Cells
Rule Cells