Botpress
note
The Botpress integrations requires the usage of the hf
command line tool. See how to install it here.
#
Intents#
Importhf
expects to be ran from either the Botpress root, or from a bot's directory.
When importing intents from Botpress, you have the choice whether you'd like to completely replace the workspace's contents by the contents of bot. This is recommended, or else duplicate intents will be present in case they were already there. Beware that this overwrites any changes made within HumanFirst Studio.
To import, run: hf botpress import --workspace [workspace id] --clear
Example:
You may now open the workspace in your browser.
#
ExportTo export the data back, run: hf botpress export --workspace [workspace id]
. Note that this merges the changes back into the respective json files.
Example: