Dialog export being deprecated - How to work-around it now?

Hello Users,

With v 7.2, many of you have already seen some message on platform that dialog export import is being deprecated.

This should not cause any issue in collaboration. Rather this is to make things more stable and have more referential integrity checked and dependencies taken care of during export/ import.

Please use the method of bot-export with selected tasks (And not dialog export) and full/partial import in target bot. This will consider more integrity checks while exporting and importing.

Let us take the following example:
Source bot has 3 tasks published out of which you want to export one.

Export
Select the options as in the image in Bot-Export section. Click on (All-Tasks) to open task list to select from:

Import
Use full (preferred)/ incremental import.

Verify import success message.

If you have noted a particular message in the import log -
“de Language Enable”
“Supported LanguageUnable”

There can be cases that in dev or lower environment bot multiple languages are enabled (More than what is enabled on target bot - say UAT/ Prod.

The above method of bot-export with selected tasks, will cause propagation of new language to target bot . The reason is when you enable a language, independent language equivalents of the task is created. That cannot be just stripped off to avoid any data inconsistency . When we import on target bot using the method stated above, the platform takes care of the “dependency” of a language and enables the language. This is always better than having only the “dialog” imported. BTW: If you export and import single task also it will import all language equivalents intenally (You may check bot-definition JSON). It will just not enable language globally for the bot. But there will be stray references of missing or no enablement of language in target bot.

In target bot where new language just got enabled, you will see these:

  • The existing tasks will look like this (published in one or more existing languages but not published in new imported language as a part of dependency).
  • New tasks will look like this (not published in any language).
  • When you select Published version of the language equivalent it will clearly show the tasks which are published.
  • If you select a language in which a task is not published, it will show a message and visual indication clearly.

This does not at all mean you “must” publish the New added language in target bot also. You can always choose not to publish the Added languages.*

Publishing Tasks on Target Bot
Just while publishing DO NOT select the new language consciously. You may enable manual approval in Admin Console so that while publishing any undesired language by mistake it can be rejected by admin.

In next screen for publish, you get further warning and notification:

Even you are not ready with translations of new language, please take your own sweet time and whenever ready just select the language equivalents and then publish.

Note - Once you publish a language copy of a task you cannot un-publish it and every time you publish you will not be given an option to de-select any language.

Hope this is clear. Feel free to post your questions if any.