Contact Center AI (CCAI)
Conversational interfaces have the power to transform a brand’s interactions with consumers.
While on assignment for a year and a half with Google, I led a cross-functional team of conversation designers, linguists, data scientists, and technologists in the creation of chat and voice solutions to replace legacy chat and voice solutions for a tier-1, US-based telecommunications provider.
Optimizations
Automation
Using a suite of Python based scripts, my team was able to partially automate conversation analysis and trasncript review. I introduced this process efficiency to enable the the team to spend more time during a sprint on trascript review. We ultimately identified problems that manual analysis would have obscured. And, we increased the number of transcripts processed by 300%.
Chat abandonment
The automation scripts were able to perform position analysis, telling us where conversations were ending. We noticed that 20-25% of all conversations ended at the welcome message, indicating a major issue with how the bot is presenting its functionality to users. I worked with the client to develop alternatives and decrease abandonment by 10% at the first position.
Vague Intents
Our most invoked intent (by a lot) was something called bill-vague-help. This intent is matched whenever a user says something like ‘billing’ or ‘my bill’ instead of a fully formed question about their bill. Here, the bot does a lot of work to disambiguate and figure out the user’s question. I observed a ‘three strikes’ pattern, wherein the bot needs to clarify the question before the 3rd additional question to keep the user engaged. I also worked with other teams to devise and test a revised prompt to instruct the user on how to form a ‘better’ question from the jump.