Intent is used to deal with more complex intention, question templates, and answers. Users can edit customized intent conversations in the Intent
page. The chatbot will be trained to match the user-defined question template with the corresponding template answer.
Click Add Intent
and enter name and description to add a new intent dialog template
Click Save
In the intent list, click the intent name to enter the corresponding intent
Edit area includes template
, answer
, and intent slots
Templates are used to simulate conversations that users might enter
Users can write a dialog template for the chatbot through dialogue intent. Dialogue templates include question templates and answer templates Use “+ enter template” to enter a new template, and press Enter to add a new template Use “+ enter template answer” to enter a new template answer, and press Enter to add a new template Click the question/answer in the template again to edit the question/answer (press Enter to save)
The template answer
is the chatbot's reply to the template question
Intent slots can be used to annotate words in template question
and template answer
statements
- Users can enter a new slot name in the slot table, the entity on which it is based (a required option), and click add flag (or press Enter after entering the name) to add a new slot
- Click the slot name again (such as 'place') to edit the slot name
- In Select a slot type the entity can be selected or reselected based on the slot
The way to mark the slot is to select a segment of the sentence answered by the template/template with the mouse. The slot option will pop up immediately. Click to select a slot
- Multiple slots can be added per template
- A slot can be added for both template questions and template answers
- After the slot is successfully added, the original template content will be placed into the corresponding slot color block
Users can delete
the slot
The deleted slots will automatically lose their validity in the template