AI Integration Quick Reference
AI Integration Quick Reference
Components
Implementation Steps
1. Thread State Management
Create a component that tracks the parent message the user clicked “Reply in Thread” on. When set, show the threaded messages side panel.2. Thread Trigger from Group Messages
Wire thethreadRepliesClick output on cometchat-message-list. When a user clicks the thread reply icon on any message, this fires with the parent message object.
3. Threaded Messages Component
Render the thread panel with the parent message context, reply list filtered byparentMessageId, and a composer scoped to the thread.
4. Thread Panel with Blocked Composer Fallback
When the composer is blocked (e.g., permissions), show a fallback message instead.5. Full Component Example
A complete standalone component wiring thread state, the trigger, and the panel together.Feature Matrix
Next Steps
Message List
Render real-time message threads.
Thread Header
Customize the thread header component.
All Guides
Browse all feature and formatter guides.
Sample App
Full working sample application on GitHub.