Hi,
I have a script with three menu prompts in it. If the customer fails to choose an option in any of the menus it will default to an agent - in this scenario the call takes 105 seconds to get to an agent. If the customer chooses an option, the wait time to get to an agent is significantly shorter.
I want to put on a count to check how many customers choose an option on each of the menus. i.e. x customers exit the script on menu 1, x on menu 2, x default. The reason I want to do this is to figure out what is the best threshold to apply on the application - I am pretty certain that no one would wait to default to the agents so I don't want to set the Threshold to the max as the SLAs will end up skewed in favour of the agents.
I was thinking of putting a counter at the end of each prompt which increments if the call slips through to the next menu - would there be a report I could run to check the value of that variable? Or is there a cleaner way to do this?
Thanks for any help!
A
I have a script with three menu prompts in it. If the customer fails to choose an option in any of the menus it will default to an agent - in this scenario the call takes 105 seconds to get to an agent. If the customer chooses an option, the wait time to get to an agent is significantly shorter.
I want to put on a count to check how many customers choose an option on each of the menus. i.e. x customers exit the script on menu 1, x on menu 2, x default. The reason I want to do this is to figure out what is the best threshold to apply on the application - I am pretty certain that no one would wait to default to the agents so I don't want to set the Threshold to the max as the SLAs will end up skewed in favour of the agents.
I was thinking of putting a counter at the end of each prompt which increments if the call slips through to the next menu - would there be a report I could run to check the value of that variable? Or is there a cleaner way to do this?
Thanks for any help!
A