Logs
A detailed log of all tested data (or tested utterances) is recorded in the system to let you keep tracking what data you have tested so far. For example, in the figure below, this screenshot captures the log of two utterances, each of which has its respective information shown underneath.
can i have 5 tickets from taipei to taichung
i want to buy some tickets
We can see that the first utterance has the following information
domain = 1253
utterance = can i have 5 tickets from taipei to taichung
plan = bookingPlan
Also we see in the second utterance there are four fields:
domain = 1253
utterance = i want to buy some tickets
plan = greetingPlan
contexts = startBooking
Fig. 1. The log of three utterances.