Class Manager
Teneo offers a wide range of Match requirements to add to your trigger. One of them is the Machine Learning-based Class. We know from the previous page, Your First Flow, how to generate a Class while working on a flow. This chapter will be about maintaining these classes.
Located in the Solution Dashboard is the 'Classes' tile. Clicking it will open the Class Manager, which looks like this:
Here you can see a list of the classes inside the solution. The filter can be used to quickly locate specific classes. Selecting one will let the user see and edit the training examples used in that class.
Add a training example
If we select the 'TELL_ME_ABOUT_YOUR_COFFEE' class, we can see that the solution doesn't have training data for the coffee type 'Cortado', even though it is a popular coffee type.
If we want to add this coffee type inside the Class we'll need to do the following.
- Open the 'Class Manager' and select 'TELL_ME_ABOUT_YOUR_COFFEE' class.
- Click on 'Add Training Example' and add
Do you serve Cortado?
. - Hit 'Save'.
Now you'll see the before and after we added training data for the coffee type 'Cortado'.
Add a test example
It is important to note that training examples can only be added from the Class Manager page once the Class has been created. It is not possible to add training examples from the flow editor page. This will only add 'Test Data' that will be used when testing your bot and not 'Training Data'.
Test data can also be viewed and added in the Class Manager itself. Let's try that now.
- Open the 'Class Manager' and select 'TELL_ME_ABOUT_YOUR_COFFEE' class.
- Click on 'Add Test Example'.
- Add the test data
Do you serve espresso?
and hit Enter. - Hit 'Save'.