Skip to main content
FieldValue
Package@cometchat/chat-uikit-react
Required setupCometChatUIKit.init(UIKitSettings) then CometChatUIKit.login("UID") + AI features enabled in CometChat Dashboard
AI featuresConversation Starter, Smart Replies, Conversation Summary
Key componentsCometChatMessageListMessage List (Conversation Starter), CometChatMessageComposerMessage Composer (Smart Replies, Summary), CometChatAIAssistantChatAI Assistant Chat
ActivationEnable each AI feature from the CometChat Dashboard — UI Kit auto-integrates them, no additional code required

Overview

CometChat AI features enhance user interaction by providing contextual suggestions and summaries. Each feature is activated from the Dashboard and auto-integrates into UI Kit components.

Smart Chat Features

Conversation Starter

Displays AI-generated opening lines when a user starts a new chat. See Conversation Starter. Auto-integrates into MessageList when activated.

Smart Replies

AI-generated response suggestions based on conversation context. See Smart Replies. Auto-integrates into the Action Sheet of MessageComposer when activated.

Conversation Summary

AI-generated recap of long conversations. See Conversation Summary. Auto-integrates into the Action Sheet of MessageComposer when activated.

Next Steps