Dialogue graphs can allow the user to have a continuous conversation with the bot, in order to fulfill more complex purposes, such as booking reservations, ordering, plan choosing, etc.
The default page after logging in is the My bots page. Click on My skills to go to the skills page.
Click on the add button on the left to create a new skill.
In the Create Skill window, choose Dialogue Graph as Type and choose a name. After filling in the skill info, click the OK button.
After creating the skill, it will automatically jump to the skill edit page.
The left side of the editor is the nodes graphs are drawn with. Further introduction is in the Nodes section.
The top right section of the editor is the functionality buttons. Use to import/export, train, and test dialogue graphs. Export button will export the graph to a txt file, and import button can import a graph from a txt file with matching format. After editing the dialogue graph, hit the train button to affect the changes. The test button will show a dialogue popup that can be used to test the skills. Script test can be used for more efficient testing. See the Script Test section for more details.
The rest is the drawing board, the dialogue graph is drawn here.