GA Release - 4.0.88
The list below represents the features, updates, and fixes included in the Orbita GA Release for July 2021.
Breaking Changes
In Experience Designer, the sub-flows are not project-specific. When a sub-flow with an existing name is imported via restore API, it will replace all the instances of the sub-flows with the same name in the destination environment.
Please refer How to export and import Experience Designer flows using APIs? | Import Experience Designer flows
Core Product Modules
Experience Designer
Flow Studio
In the Single Input control, you can now use the Phone number and Email options to validate the user input.
Core Platform
Chatbot
You can now dynamically pass query parameters in the chatbot URL to trigger an event (and the corresponding intent).
For example, You can invoke the help intent by using the query paramoeevent=HELP_EVENT
(here,HELP_EVENT
is the event in the help intent) with the chatbot URL.
For example, https://sandbox.orbita.cloud:8443/oeapi/bot/support?oeevent=HELP_EVENT
Refer, How to invoke an intent instead of Launch node on loading the chatbot
General Improvements
Previously, when saving data using a schema, the data was saved even after the validation failed (such as only numbers, max number of characters per field, and so on). This bug is now fixed.
Previously, when you clicked on the Flow Details of an imported flow, a "User not found" error was displayed. Now, the “Updated by” field is set as the user that performs the import action.
Previously, when the Delete API is used with an empty body, the system throws a 504 bad gateway error. Now, if you want to use the Delete API with an empty body, you have to pass the key
Content-Length
and the value0
in the Headers.Previously, the chatbot utterance is triggered in a loop when the Flow Group intent is used in the Experience Designer. Now, when the Flow Group intent is used in the Experience Designer, the chatbot utterance is triggered only once per request.
Previously, the auto-generated slots are not getting generated when a flow studio is saved with the Autogenerated slots option enabled on the Flow details screen. Now, the auto-generated slots will get created after saving the Flow Studio.
Previously, custom hook content is duplicated in the chatbot when the custom control is connected between only the start and end controls in the Flow studio. Now, the custom hook content will not be duplicated even if the custom control is connected between only the start and end controls in the Flow studio
Previously, importing the Experience Designer flows with restore API throws a 500 error when the flows contain sub-flows with the same name that already exists in the destination environment. Now, when a sub-flow with an existing name is imported via restore API, it will replace all the instances of the sub-flows with the same name in the destination environment.
Release 4.0.88
Build 1626221127
Patch fixes
Build 1627485026:
Previously, the re-indexing of documents failed when the schema contains
es
field property. Now, re-indexing of documents is working as expected.
Build 1629215153:
Previously, intents are duplicated while importing the modules from one project to another with the “delete and import” option is selected. Now, the duplicate intents will not be created while importing the modules from one project to another with the “delete and import” option selected.
Introduced a new setting for the Chatbot that allows the chatbot user control when to send the voice input for processing. Refer, How to control voice input using the mic button on the chatbot
The default setting is"autoPost": true,
.
If the setting is"autoPost": false,
, then the chatbot user can click on the mic icon to continue the voice input and choose to send the input when he/she has completed the utterance/command.