Dialogue
consists ofintent
andentity
.
my robot
page, click on Settings
of the chatbot card to enter the skills configuration pageMy Skills
page, click Editor
on skill cards to directly enter the NLU interfaceBoth ways can operate on NLU, but the difference is that
The first approach is to operate the skills at the chatbot level. After the operation is completed, the chatbot is trained and then tested in dialogue with the chatbot
The second approach is to operate the skills at the question and answer pair level. After completing the operation and training, the dialogue test is conducted based on the skills
They are essentially indistinguishable. Recommend the use of the first approach in the early stages, as the documentation is based on the first approach
Intent
is used to deal with more complex intention, question templates, and answersIntent
pageAdd Intent
and enter name and description to add a new intent dialog templateSave
template
, answer
, and intent slots
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)
template answer
is the chatbot's reply to the template questiontemplate 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
- 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
Train
in the upper right cornerimport
dialogue data in bulk, and the imported data will overwrite the dialogue content added by users in the platformView sample file
to view the sample file for uploadingExport
, a confirmation box will appear. Enter the file name and click export to download the current intent conversation skills into a JSON fileEntity
can easily solve this problemEntity
is used to define and describe the types and contents of slot wordsAdd Entity
to add customized entity