A language switch is handled when the next turn keeps the caller’s meaning, the agent’s place in the conversation, and the pending task intact. In our logs, that means one continuous call record: no fresh greeting, no missing caller turn, and no request repeated after the switch.
At 10:17 on a rainy evening in Kumasi, Ama is standing behind the counter of her small provisions shop with a pen tucked into her headscarf. She has called support about an order reference that arrived wrong. She begins in Twi, then reads the reference in English because that is how it appears on the receipt.
The agent has already asked what is wrong with the order. Ama answers in Twi, then gives the reference. A weak handoff would make the next response sound familiar in the worst way: “Hello, how can I help you today?” Or it would ask for the reference again. With the shop’s last customer waiting to pay, Ama has little patience for either. If the order cannot be identified before the supplier closes their support queue, she may be left with stock she did not ask for.
The useful turn comes immediately after the reference. The agent continues from the open request, acknowledges the number, and asks the next relevant question in the language that fits the conversation. By the time Ama puts the receipt back under the till, she has moved from explaining the problem to confirming the item that was wrong.
That is the difference a log must make visible.
One call, one conversation state
“Doesn’t miss it” starts before a response is generated. A call record needs to show that the Twi utterance, the English order reference, and the follow-up prompt belong to the same conversation.
For an agent configured in Asenda Talk, we look for the sequence around the switch: the caller’s turn is received, speech is transcribed, the assistant runtime receives the turn in the existing call context, and the response is recorded as the next assistant event. The conversation should remain attached to the same call lifecycle, rather than appearing as a second interaction that happens to occur moments later.
That distinction matters during review. A fluent sentence can still hide a broken handoff if the system has quietly discarded the prior turn. The agent may sound polite while asking Ama to repeat information she has already supplied. Call truth tracking gives an operator a place to inspect the sequence itself instead of trusting a call-end label or a polished transcript alone.
For a related example of why order references put language switching under pressure, see What Happens When an Order Reference Switches a Twi Support Call to English?.
The three failure signals we check
A handled switch leaves evidence. We check for three concrete signals in the event sequence.
First, there is no re-greeting. A greeting belongs at the start of a call, or after a deliberate transfer where the caller has been told what is happening. If it appears after a code, account detail, or complaint, it can signal that the agent has lost its place.
Second, there is no dropped caller turn. The transcript and lifecycle events should account for the utterance that triggered the switch. If Ama says a sentence in Twi and then reads an English reference, both parts must remain available to the response logic. A response that addresses only the reference while ignoring the stated issue has missed meaning, even when transcription of the number is correct.
Third, there is no re-ask. Repetition is sometimes necessary when a caller’s answer is unclear or the audio is incomplete. The log should show that reason. Asking again without such a reason is evidence that the context did not carry forward.
These are operational checks, not a promise that every mixed-language call will be perfect. Native Twi speech recognition and synthesis are fine-tuned in-house at Asenda Talk. The assistant runtime is Vapi-orchestrated. The platform remains in active early access, and teams should evaluate their own call patterns before relying on it for a live workflow.
Recovery can sound competent while still costing the caller
A recovery happens after the switch has already failed. The agent may eventually find the thread again, perhaps after the caller repeats the complaint or confirms the reference for a second time. The transcript can look acceptable by the end. The caller still carried the cost.
For Ama, that cost is a stalled counter, a receipt pulled out twice, and the feeling that the system heard her words without following her request. In a consent-sensitive call, the stakes can be higher. A missed opt-out or an unclear account action must be traceable to the exact turn where it was expressed. Every call in Asenda Talk is designed to have consent, opt-out, and audit-trail records, so an operator can investigate the sequence before deciding whether calls should resume. Consent Complaint Investigation: What an Audit Trail Reveals Before Calls Resume explains why that evidence matters.
“Recovered from the switch” therefore belongs in a separate review category. It may show resilience. It should not be counted as a clean handoff.
Build the review around the moment meaning could disappear
A useful test set includes calls where the language changes at the hardest moment: while naming an order reference, clarifying a date, refusing consent, correcting a misunderstanding, or asking for a human. Review the event stream turn by turn. Listen for the response that follows, then compare it with what the caller had already made clear.
When Ama’s call is reviewed later, the important detail is simple: the next prompt moves the request forward. Her problem and her reference remain in the same thread. She does not have to start over while the customer at her counter waits.
Comments
No comments yet.