{
"content": [
{
"messageId": "string",
"session": {
"sessionId": "string",
"application": {
"applicationId": "string",
"submittedAt": "string",
"status": "ApplicationStatus.SUBMITTED",
"resumeText": "string",
"resumeFilePath": "string",
"updatedAt": "string",
"candidateId": "string",
"jobId": "string",
"hrDecision": "SHORTLISTED",
"hrComments": "string",
"assessment": {
"assessmentId": "string",
"application": {},
"resumeScore": 0,
"interviewScore": 0,
"resumeComment": "string",
"interviewComment": "string",
"recommendation": "RECOMMEND",
"createdAt": "string",
"updatedAt": "string"
},
"chatSession": {}
},
"messages": "new ArrayList<>()",
"status": "ChatStatus.ACTIVE",
"startedAt": "string",
"completedAt": "string",
"messageCount": 0
},
"sender": "AI",
"content": "string",
"sentAt": "string"
}
],
"pageInfo": {
"page": 0,
"size": 0,
"totalElements": 0,
"totalPages": 0,
"sortBy": "string",
"sortOrder": "string"
}
}