Service requests, job status, warranty and e waste. Six languages.
What the channel already knows before a word is spoken. The telephony platform has the caller's number, so the assistant looks them up rather than asking. Contact details are tokenised before the model sees them.
A voice gateway posts to api/chat/message with the
same metadata object and gets one plain-text reply back.
{
"message": "AC is not cooling",
"metadata": {
"phone": "9810012301",
"language": "EN",
"caller_type": "CUSTOMER"
}
}