Conversation
📝 WalkthroughWalkthroughThis PR introduces Helpdesk Chat Messages support by adding a new service module with synchronous and asynchronous clients providing CRUD operations. It integrates chat messages into existing chat services via accessor methods and includes comprehensive unit and end-to-end test coverage. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🔕 Pre-merge checks override appliedThe pre-merge checks have been overridden successfully. You can now proceed with the merge. Overridden by ❌ Failed checks (1 error)
✅ Passed checks (2 passed)
📝 Coding Plan
Comment |
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|



Summary
ChatMessagesService/AsyncChatMessagesServicewith full CRUD/list mixins and shared config under/public/v1/helpdesk/chats/{chat_id}/messageschats().messages(chat_id)on both sync and async chat services and wire new resource into testsTesting
Closes MPT-19028
ChatMessagesServiceandAsyncChatMessagesServicewith full CRUD and collection capabilities/public/v1/helpdesk/chats/{chat_id}/messageschats().messages(chat_id)factory method on both synchronous and asynchronous chat services