Hi,
So someone asks a question the bot can;t help with, it increments the fallback count value. They ask the same question again in a different way, the bot still can;t answer and it increases the fallback count number. Each time it can't answer it checks if the fallback count is 3 or above - if it is it redirects to an escalation topic.
Within the escalation topic it automatically logs a case into another system and provides back the information to user about the logged case.
All the above is fine, however now the bot has answered I need it to reset the fallback count, as now if they ask another question and the bot can;t answer it goes straight to the escalation case instead of asking them to re-phrase the question.
I want it to reset the fallback count to 0 so that the user experience resets.
I have tried using the clear all variables action and this doesn't reset this particular variable. Nor can I manually set the value for this (the variable doesn't appear)
Thanks