DRUID 7.14

Deployment Dates

The table below lists the deployment date of DRUID v7.14 across DRUID Clouds. To view the DRUID Releases Calendar, see Druid ChatBot Releases.

Druid Cloud Community

*.community.Druidplatform.com

Druid Cloud US

*.us.Druidplatform.com

Druid Cloud Australia

*au.Druidplatform.com

Druid Cloud West-Europe (PROD)

*.Druidplatform.com

August 01, 2024 August 29, 2024 August 29, 2024 August 29, 2024

These release notes give you a brief, high-level description of the improvements implemented to existing features.

If you have questions about your DRUID tenant, please contact support@Druidai.com or your local DRUID partner for more information.

Connector Host Upgrade Recommended!  This release includes features that require upgrade of your DRUID Connector Host:
  • Custom Code - new method and template for XML mapping.
  • SOAP Connector - new field on the response

Improvements

  • Amazon Live Chat. You can now send the conversation transcript along with Contact Center Parameters to Amazon Live Chat using the ConnectToHelpdeskAgent internal action.
  • Copy
    Example - Send Contact Center parameters
    {
         "SendConversationTranscript":true,
         "ContactCenterParameters":
            {
                    "firstName":"[[Customer]].FirstName",
                    "lastName":"@lastName",
                    "question":"[[Customer]].Question",
                    "queueId":"[[Entity]].QueueId",
                    "contactId":"@contactId",
                    "organizationId":""
            }
    }

    Note:  The payload must follow a key-value format where both the key and value are strings. When using values from DRUID conversation context (entities, local variables) as parameter values, ensure they are enclosed in double quotes ("") to maintain valid JSON formatting.

    For more information, see Amazon Live Chat.

  • Custom Code - new method and template for XML mapping. We’ve introduced a new method, 'ParseXMLToEntityFields' and a new template, ‘Map XML string to Entity Fields’ designed to facilitate the mapping of XML strings to DRUID entity fields. This is particularly useful when REST API responses contain a complex or unstructured XML format that cannot be directly mapped to DRUID entities.
  • To leverage this feature:

    1. Store the received XML as string in a DRUID entity field in the REST Response.
    2. Use Custom Code and the new template to map the desired XML data to DRUID entity fields.
  • Improved Trigger flow steps: Trigger flow steps within parent flows can now programmatically initiate child intents, expanding flow capabilities beyond utterance-based triggers.
  • Knowledge Base improvements. This release introduces various improvements:
    • SharePoint Data Sources: prepopulated fields. In this release, fields in the Details tab of SharePoint data sources are now prepopulated with the values entered during data source creation, streamlining data entry and improving consistency.
    • Knowledge Base Settings: Enhanced Author Experience. This release introduces a revamped author experience for Knowledge Base (KB) settings, now organized into two distinct tabs: General Settings and Advanced Settings.
      • General Settings: Configure essential aspects such as embedding providers, desired models, KB matching thresholds, and search balance to determine the percentage of algorithms used in KB searches. You can also enable KB usage and select specific flows.
      • Advanced Settings: Customize the KB Engine's behavior for experimental operations with new UI elements. Additionally, this tab includes the Advanced Settings JSON field, allowing for further customization and adding additional options.
      • For more information, see Knowledgebase.

      • Knoweledge base - Test area UI improvements. When testing user queries against the Knowledge Base, the matched results will now display not only the total matching score but also the weight of each algorithm used in the selected score calculator strategy. Clicking the Info icon will show a graphical representation of these weights.
      • Data source creation. Newly created data sources now automatically open upon creation, eliminating the need to manually select them from the KB page.
  • SOAP Connector - new field on the response. We introduced a new field for handling SOAP envelope namespaces in responses. If the response uses a SOAP envelope namespace different from the default (http://schemas.xmlsoap.org/soap/envelope/), enter the namespace in the Envelope Namespace field (e.g., http://www.w3.org/2003/05/soap-envelope). After entering the namespace, map the response accordingly.
  • Integrations: Task names are now hyperlinks. You can click on a task name to open the respective task in the same tab, similar to how you open flows or integrations by clicking their names.

  • Office 365 Email Channel. Removed the 2,000-character limit for messages processed by the bot app.
  • Natural Language Processing: Added support for nl-BE (Flemish).