4.88.1
Cognigy Live Agent
Released November 11, 2024Bug Fixes
- Fixed the issue where a human agent assigned to multiple inboxes could receive more conversations than the limit set in the Account Settings
4.88.0
Cognigy.AI
Released October 29, 2024Improvements
- Moved the User Menu and the Help button to the bottom-left corner of the Project sidebar
- Added the Error Handling section to the Think Node to control how Think Node errors are managed within a Flow
- Added the ability to send attachments to Genesys Open Messaging when using Webchat v2 or v3 Endpoints. Note that captions are not supported
- Upgraded the
mongodbdependency used by Mongo Nodes to v6. Now, MongoDB Nodes are compatible with MongoDB 3.6 or later versions - Added the Handover Already in Progress status to the Handover Status in the Lookup Node. This status is applicable only to the Genesys Cloud Open Messaging handover provider
Bug Fixes
- Fixed the issue that caused duplicate records to appear in the Intent Trainer
- Fixed the issue where the lexicon slots API response did not match the expected result
- Fixed the issue where the Live Agent session is not terminated when the user password is changed or deprecated
- Fixed the issue where the Genesys Cloud Open Messaging conversation handover ended when a human agent declined to handle the conversation
- Fixed the issue in the Question Node where adding two channels, AI and Voice Gateway, resulted in the original question text remaining unchanged for the AI channel but changing for the Voice Gateway channel
- Fixed the issue where the Merge Profile Node randomly merged profiles before the update
- Fixed the issue where NLU training would fail if the training took longer than 30 minutes when using RabbitMQ version 3.8.15 or higher. This issue is resolved for RabbitMQ versions 3.12.0 and above. It is not fixable for RabbitMQ versions between 3.8.15 and 3.12.0
Cognigy Voice Gateway
Released October 29, 2024Improvements
- Changed the type of the Transcription Webhook field from URL to CognigyScript to support dynamic values
- Added the capability to enable the Flow Input Timeout feature within the AudioCodes Compatibility mode
- Improved tracing log on the Tracing tab in Recent Calls within the Voice Gateway Self-Service Portal:
- Added the
tts.labelparameter to thetts-generationspan - Added the
stt.labelparameter to theverb:gatherspan - Added the
tts.labelandstt.labelparameters to theverb:configspan
To view span details, select the span on the Tracing tab.
- Added the
Bug Fixes
- Fixed the issue where users with the
Accountscope were able to access and delete information out of their scope - Fixed the issue where the SIPS scheme in the
SIP Contactheader was used after there-INVITErequest. This issue led to silent or broken calls because the secure connection was not handled properly
Cognigy Webchat
Released October 29, 2024Improvements
- Updated Webchat v3 to v3.7.0
xApps
Released October 29, 2024Improvements
- Added a general agent-friendly serialization of xApps JSON objects. This improvement helps human agents using Genesys Cloud Open Messaging, RingCentral Engage, and Chatwoot read xApps output in a simplified format instead of raw JSON. In the new format, the JSON syntax is replaced with nested bulleted lists, allowing agents who are unfamiliar with JSON notation to quickly understand the information
Agent Copilot
Released October 29, 2024Improvements
- Improved by removing the need to inject the Agent Copilot SDK into a script tag. It is now injected automatically, allowing direct use of
SDK.postback(payload). For more information, go to the Copilot: IFrame Tile and Copilot: HTML Tile Nodes
Bug Fixes
- Fixed the issue where HTML was re-rendering in upcoming updates, even when the content remained unchanged. Now, HTML only re-renders in response to metadata changes
Cognigy Live Agent
Released October 29, 2024Improvements
- Implemented name validations for inboxes, teams, and labels to ensure CSV safety. This improvement prevents the entry of Excel formulas that begin with the
=character - Improved by displaying an activity message when conversation assignment is performed by an automation rule
Bug Fixes
- Fixed the issue where users with the
Supervisorrole could delete an inbox avatar. Now only users with theAdministratorrole can delete inbox avatars - Fixed the issue where resolved conversations were unassigned when a human agent was removed from the inbox
- Fixed the issue preventing inbox deletion when its conversations were created with skills
- Fixed the issue that allowed human agents to receive new conversations even when they had pending or snoozed ones exceeding the limit
- Fixed the issue of conversations being automatically assigned to online agents outside the inbox
Cognigy Insights
Released October 29, 2024Improvements
- Improved by showing an ID in a tooltip for Endpoint and Snapshot filters
Infrastructure
Traefik
We have updated Traefik, the Kubernetes Ingress Controller, to improve functionality and address known security vulnerabilities in the dependencies of Cognigy.AI, Insights, Live Agent, and Voice Gateway. This update brings Traefik to version 3.1.6 and includes the latest Helm Chart for Traefik, reflecting our commitment to continuous improvement. The products Cognigy.AI, Insights, and Live Agent will be updated within the Cognigy.AI installation, but to update Voice Gateway, you need to repeat the same steps only for the Voice Gateway installation. Note that the Cognigy products and related connections, including Webchat and WebSocket connections, will be terminated and unavailable during the update. We recommend upgrading to the 4.88 release during low-traffic hours.Pre-Installation Tasks
Before installing the Helm Chart, follow these steps:-
Deploy the latest CRDs of Traefik by executing the following command:
-
In the new Traefik Helm Chart, the
traefik.ports.<port_name>.exposeconfiguration previously took a boolean as input but now takes a map as input. If you have modifiedtraefik.ports.<port_name>.exposein your localvalues.yamlfile, update it accordingly.