P

Panasonic customer care assistant

Service requests, job status, warranty and e waste. Six languages.

Operations console API

Conversation

Try these

Call metadata

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.

This turn

Session
not started
Emotion read
-
Tools called
-
Latency
-
Tokens in and out
-

Same thing over the API

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"
  }
}

About this environment

The CRM behind this is the voice bot POC database, standing in for Salesforce. Customers, products, service centres and coverage are seeded sample data. Requests created here are real rows and appear in the operations console and the MIS views.