{
"success": true,
"data": {
"content": "Acme Corp is currently showing healthy metrics...",
"conversationId": "conversation-uuid",
"suggestedActions": [
{
"id": "action-uuid",
"type": "CREATE_TASK",
"title": "Follow up with Acme Corp",
"description": "Schedule a check-in call",
"status": "SUGGESTED",
"riskLevel": "low",
"params": {
"clientId": "client-uuid",
"title": "Check-in call",
"dueAt": "2024-02-01T10:00:00Z"
}
}
],
"clientReferences": [
{
"id": "client-uuid",
"name": "Acme Corp",
"domain": "acme.com"
}
]
}
}