๐ 1.2.0
ยท 3 min read
๐ Featuresโ
โจ Condition Blockโ
- New Action Block Type allowing scenario designers to make decisions based on context variables values
โจ Publishโ
Environment variablesโ
You can now create new environment variables that are common to all scenarios. Those variables can be used freely in blocks.
Versioningโ
A tenant now allows for two environments to coexists allowing users to safely work on their scenarios without altering production capabilities :
- DEVELOPMENT which corresponds to your current work environment. All your actual compatible (see below) components will be marked as
- PRODUCTION which is mostly read-only and so is isolated from changes made in development as it can only be modified through a publish action.
Versioned components are:
- Scenarios
- NLP Configuration
- LLM Configuration
- Anonymizations
- Smalltalk
- Channels
- Environment Variables
Publishโ
- Publishing is the action of deploying your dev environment in production and making it accessible for your production channels.
- It will replace all your PRODUCTION components by what is in DEVELOPMENT. (Scenarios needs to be on State READY as well to be published). Except for Environment Variables that need to be modified manually every time.
- It is an destructive action, meaning that once the publish is started, it may not be possible to revert back to a previous state. Proceed with caution.
โจ Scenario List revampโ
- You can now modify the localized scenario name by clicking on the pencil
- It is now possible to filter scenarios based on name or sysName
- It is now possible to sort scenarios based on last updated date.
- Links to Scenario builder have been made explicit, giving the ability to open in a new tab.
๐ Improvementsโ
- When creating / updating a Channel it is now possible to limit available languages.
- Automatically trim the URLS in Webhook blocks
- Added context variable support in webhooks URL, params and headers
- Hyperlink in Say blocks now automatically opens a new tab
- Webchat channel automatically scrolls to last received message
- Reversed order of sorting on Transcript page (last updated appears first)
- Improved navigation in Transcripts by Conversation Details links explicit (can open in new tab) and conserving filters when returning.
- Suggestions now use correct case in webchannel
๐ Fixesโ
- Fixed a bug where cursor would always jump at the end of the input when modifying Block outputs.
- Fixed a bug where you could lock yourself out of a claimed block
- Fixed pagination in Transcripts not working properly
- Fixed HTML text not rendering properly in Transcripts
- Fixed date filters not working properly in Transcripts
