We have a use case where we need to store the caller's menu choice, to take decisions later based on the choice in Architect flow. (For example: If the caller chooses "withdraw" or "deposit" he will be redirected to provide his account number and if he chooses "other" he will be redirected to a different path. While transferring the call to agent, skill should be dynamically assigned based on the caller's choice i.e deposit/withdraw.)
Is there any way to achieve this other than using collect input block & switch block?
Hi Pratyusha_Deekshit,
You could use a bot flow to determine customer choice. You could train a bot based on keywords like "withdraw" and "deposit" (slots) and redirect accordingly. Transfer to acd action would be used to transfer to a queueing system.
To store a callers menu choice you will need a starting main menu. From the main menu there is ability to assign a task (reusable task) a dtmf number. Steps to produce this: Add a "jump to reusable task" to the main menu. From the reusable task options, you can assign a dtmf number and a string phrase like ("withdraw", "deposit", or "other").
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.