Chatยถ
With Chat mode, you can chat with your AI Agent to test, debug, and improve it.
How to Use Chat Modeยถ
To open chat mode, click the tab in the Interaction Panel. Chat mode works as a common chat interface that simulates your Flows based on the Interaction Panel settings. You can also click
to activate your device's microphone and record voice input.
Additionally, you can use the debug mode to analyze the natural language understanding (NLU) results, Flow transitions, and specific Node outputs.
Debug Modeยถ
Debug mode displays more information about the Flow execution than just user and AI Agent messages for better understanding of the conversation. Debug mode is activated by default. With this mode, you can check:
- Triggered Intents and their scores
- Triggered Yes/No Intents and their scores
- Matched Slots
- Found Lexicon Keyphrases
- State changes
- Flow Transitions, for example, when executing a Go To Node, an Execute Flow Node, or triggering an Attached Flow
- Node-specific output, for example, from an HTTP Request Node
Some Nodes have settings that let you further configure their debug mode output. You can turn off node-specific outputs selectively in the Interaction Panel settings.
You can explicitly trigger debug messages either using the Debug Message Node or debug actions in the Code Node.
