Response time improvement in phone interaction scenario #156
Oceania2018
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, if the Router is enabled, all user requests will go through the Router first, and the Router will decide the next action. Although this can enhance the processing power of AI, it will affect the response speed of AI and lead to a decrease in user experience. About 2 seconds will be added to the processing time for each request. This performance loss is especially obvious in phone interaction scenarios. Based on this consideration, I would like to add an option so that user requests will first enter the Agent. If the Agent believes that it cannot handle the user's new task request, then it will be transferred to the Router, and the Router will decide which Agent is more suitable to handle the current task.
In order to achieve this effect, the following changes need to be made:
This method should be effective if the user clearly understands their tasks, especially in the phone IVR scenario.
Beta Was this translation helpful? Give feedback.
All reactions