Working in interactive mode but issue in Non-Interactive mode

When we test in the interactive mode, the bot responds the way we expect(as per the story) . But if we run the same in the non-interactive mode, then the bot is responding differently. We would like to know how to debug this kind of situation.

Any help is greatly appreciated!

Thanks, Ranjith

Use -vv or --debug as a flag for your run and see whats the bot’s actually doing wrong. So, you might check the intents and the respective confidence scores or see which Policy actually suggested the next move.

1 Like

I will try that. Thanks for your reply.