Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { SyllableSDK } from "syllable-sdk"; const syllableSDK = new SyllableSDK({ apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "", }); async function run() { const result = await syllableSDK.sessions.fullSummary.getById({ sessionId: "<id>", }); console.log(result); } run();
{ "summary": "The customer service agent successfully assisted the caller with their inquiry and the call ended positively.", "rating": "Good" }
Successful Response
AI summary information for a given session.
The AI summary of the session
"The customer service agent successfully assisted the caller with their inquiry and the call ended positively."
The AI rating of the session
"Good"