In our conversational IVR, we have a scenario where the customer enters their account number. For example, if the user inputs 959300000, the bot should repeat the number for confirmation.
However, we are facing an issue: when the account number ends with zeros, the bot adds extra zeros while repeating it. For example, if the account number ends with five zeros, the bot speaks additional zeros during confirmation.
The input is being captured correctly in the flow, but the confirmation prompt is adding extra zeros. Has anyone else faced this issue?
#ConversationalAI(Bots,VirtualAgent,etc.)------------------------------
Manojkumar G
------------------------------