Kann ich meine AI generierten Channel-Daten via API Schnittstelle abrufen?
AI-generierte Gesprächsdaten wie Transkripte und Zusammenfassungen per sipgate API abrufen – so funktioniert es.
Welche Voraussetzungen müssen erfüllt sein?
Wo trage ich die Konfiguratoinsdaten ein?
Wie sieht das Ganze aus?
{
"callHeadline": "Customer asked about product availability and pricing",
"call": {
"id": "call_12345",
"caller": "+491751234567",
"callee": "+498912345678",
"startTime": 1718202000000,
"endTime": 1718202300000,
"duration": 300,
"direction": "inbound"
},
"channel": {
"id": "channel_98765",
"name": "Sales Hotline"
},
"transcriptions": [
{
"speaker": "caller",
"startTime": 0,
"endTime": 5000,
"text": "Hi, I wanted to ask if the new product is available."
},
{
"speaker": "callee",
"startTime": 5001,
"endTime": 10000,
"text": "Yes, it is available and currently on a promotional offer."
},
{
"speaker": "caller",
"startTime": 10001,
"endTime": 15000,
"text": "Great! How much does it cost with the discount?"
},
{
"speaker": "callee",
"startTime": 15001,
"endTime": 20000,
"text": "The discounted price is 49.99 Euros including VAT."
}
],
"summary": "The caller inquired about the availability and pricing of a new product. The agent confirmed availability and provided the discounted price.",
"note": {
"content": "Customer seemed interested in the promotional offer and may convert soon."
},
"actionItems": [
{
"id": "action_1",
"text": "Follow up with the customer in 2 days to offer further assistance."
}
],
"smallTalkItems": [
{
"id": "smalltalk_1",
"topic": "Weather",
"description": "Caller mentioned the sunny weather at the beginning.",
"pinned": false,
"dismissed": false
}
],
"smartAnswers": [
{
"id": "smartanswer_1",
"question": "Is the new product available?",
"answer": "Yes, it is currently available and on promotion."
},
{
"id": "smartanswer_2",
"question": "What is the price?",
"answer": "The promotional price is 49.99 Euros including VAT."
}
]
}VorherigeWas sind Smart Answers? - Ihre individuellen GesprächsnotizenNächsteWie konfiguriere ich die Benutzereinstellungen in der sipgate App?
Zuletzt aktualisiert

