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
  • version 3.4.1 - GA| May 5, 2022
  • New features
  • Performance and Technical improvements
  • version 3.4.0.0 | July 2, 2021

What's new

This section contains release information for the eva server Conversational AI 3.4.1. All information in this section describes the last updates for the last version published.

NextChangelog

Last updated 1 year ago

version 3.4.1 - GA| May 5, 2022

The following features and improvements were developed for the current version: 3.4.1 - GA.

New features

Intent Navigator

Ability to send the Intent directly to the eva CAI avoiding having to call the NLP engine and using it to resolve the answer. It is an interesting feature if you are integrating external tools or channels which are using their own NLP.

Masking

Now is possible to send the Project and Channel information to the masking module to improve the logic of how the data is obfuscated. We also have included support for custom Entity masking.

Dialogflow Multi region

Until now, there was only a single default data region for all Dialogflow projects, located in the United States. With this enhancement, Dialogflow offers three new data regions: London, for all of Western Europe; Tokyo, for Northeast Asia; and Sydney for Southeast Australia. For the Americas and all other geographic areas, the previous default U.S. region will remain. The possibility of choosing a data region physically close to where the project we are developing in Dialogflow is going to be used has two main advantages:

  • Better responsiveness. As there is a less physical distance between the clients and where the data they consult is stored, the latency decreases, improving the response speed of our projects. For example, if the users of our virtual assistant are located in the Iberian Peninsula, and we select the europe-west2 data region, the latency will be more favorable.

  • Legal compliance. As stated by Google in its release note informing about this new feature, the choice of data region will facilitate compliance with regulatory requirements and privacy policies governing the projects we develop in Dialogflow. On the other hand, the choice of the region will not affect the cost applied to our project, since the price is the same for all regions.

Data improvement

Intent and Entity information returned by the NLP engine has been included in the USER INTERACTION table.

Performance and Technical improvements

Replace of Feign

Communication with HTTP services has been improved by using webclient instead of Feign. Feign is kept for static URLs and webclient is used for dynamic URLs.

Session expiration Job

A new session timeout process has been included with improved performance in high load processes and is completely unlinked to the broker.

New Helm charts

Now we provide Helm charts to facilitate the installation of the eva server.

version 3.4.0.0 | July 2, 2021

, a new feature that works with information available in eva’s system that doesn’t depend on APIs

The new feature allows you to manage and customize the flows according to the variations of the business rule. It’s a resource to make your dialog more assertive and much more precise, as the virtual agent will respond to any changeable scenario

​: Now, with eva, it is possible to predict in your flow different responses for the same Intent

​: a template with 38 ready-made flows fitting in 10 banking use cases that you can customize as you like. Designed with eva and market best practices, so you and your team can optimize time and processes when building a virtual agent.

Intent Navigator
Using other NLP engines
Data Extraction
Code Cell
Rule Cell
Variable Answers
Agent Template