Skip to main content
Requires: AI features enabled in CometChat Dashboard
AI User Copilot provides AI-powered assistance to users during conversations. For a broader introduction and Dashboard configuration, see the AI User Copilot Overview.

Smart Replies

Use getSmartReplies() to get AI-suggested replies for the current conversation context.
ParameterDescription
receiverIdUID of the user or GUID of the group
receiverTypeCometChatConstants.RECEIVER_TYPE_USER or RECEIVER_TYPE_GROUP
Returns a HashMap<String, String> of suggested reply options.

Conversation Starter

Use getConversationStarter() to get AI-suggested opening messages for a new conversation.
ParameterDescription
receiverIdUID of the user or GUID of the group
receiverTypeCometChatConstants.RECEIVER_TYPE_USER or RECEIVER_TYPE_GROUP
Returns a List<String> of suggested conversation openers.

Conversation Summary

Use getConversationSummary() to get an AI-generated summary of the conversation history.
ParameterDescription
receiverIdUID of the user or GUID of the group
receiverTypeCometChatConstants.RECEIVER_TYPE_USER or RECEIVER_TYPE_GROUP
Returns a String containing the AI-generated conversation summary.

Next Steps

AI Agents

Integrate AI-powered agents for automated interactions

AI Moderation

Automatically review messages for inappropriate content

AI User Copilot Overview

Configure AI Copilot features in the Dashboard

Send Messages

Send messages in conversations