Overview
CometChat AI Smart Chat Features enhance user interaction by providing contextual suggestions and summaries. Each feature must be enabled from the CometChat Dashboard first, then activated in your Angular components via input properties.AI Smart Chat Features must be enabled from the CometChat Dashboard. Once activated in the dashboard, you enable them in your Angular components using the inputs described below.
Smart Chat Features
Conversation Starter
Displays AI-generated opening lines when a user starts a new or empty conversation. Helps break the ice by suggesting relevant topics. Enable it oncometchat-message-list:
ChatStateService for shared state:

Smart Replies
AI-generated response suggestions based on the last received message. Users can tap a suggestion to send it instantly. Enable it oncometchat-message-list:

Conversation Summary
AI-generated recap of long conversations. Useful for catching up on missed messages without scrolling through the entire thread. Enable it oncometchat-message-header:

Next Steps
Message List
Customize the message list where AI Smart Chat Features appear
Message Header
Enable Conversation Summary in the header
Conversation Starter
Standalone Conversation Starter component
Smart Replies
Standalone Smart Replies component