Test
Test your brain
By clicking on Test you can test your brain by interacting with it. You can pretend to be an end user and check if the assistant answers your questions correctly.
You can select to test your brain, either within Moveo, or with WhatsApp.
- Test with Moveo
- Test with WhatsApp
When testing with WhatsApp, you simulate the conversation by using your phone number. This is different than an integration with WhatsApp, but a test of the integration with our Moveo number. You must have a WhatsApp account with this number to test.
Train your brain
You can also view much more information about the inner workings of the assistant. For example, for every question, you can view the confidence for the predicted intent. You can also make your brain smarter by using the Train it
functionality, where you can correct a mistaken or low-confidence prediction by the brain.
Context
You can also add your own context variables, custom user information or tags to the session, in order to test the behavior of the brain under specific circumstances.
Debug
To get more information about why the assistant answers the way it does, go into the debug section of Test. In the following example the user asks the assistant: “Can I pay by card?”. From the debug section you can see that the assistant understood the intent #payment_methods
with confidence 0.87, and also linked the Intents #make_an_order
, #location
, #negative
and #contact_details
with confidence 0.11, 0.09, 0.08 and 0.08 respectively. These confidence levels are low enough, to not affect the answer. The brain has also identified the @supported_payment_methods
entity, and you can observe the procedure that the assistant follows to return the respective dialog for the card payment method.