While building and testing your conversational AI application in UI Builder, there will be times where you'd like to inspect the contents of variables to verify logic is behaving as expected.
The Watch Panel in UI Builder provides this capability. You can use the Watch Panel to track multiple variables at various scopes while testing your chatbot via the built-in Test Bot.
In this article, you'll learn how to use the Watch Panel. You'll see how it can be used to examine the contents of a variable that gets processed within a dialog. You'll also learn how to use the Watch Panel to identify the confidence score associated with the AI NLP capability.
This article assumes you’re familiar with UI Builder Fundamentals such as Dialogs, Intents and Triggers. It builds on the concepts covered in the Dialogs, Triggers and Intents article to demonstrate UI Builder's debugging capabilities.
Open the example workflow created in the Dialogs, Triggers and Intents article which looks like this: