AI Integration Quick Reference
AI Integration Quick Reference
deleteConversation() to delete a conversation for the logged-in user.
This method takes two parameters: the unique id (UID/GUID) of the conversation to be deleted and the type (user/group) of conversation to be deleted.
- Delete User Conversation
- Delete Group Conversation
Response
Response
On Success — A
String message confirming the conversation was deleted:Error
Error
Next Steps
Retrieve Conversations
Fetch and filter conversation lists
Delete Messages
Delete individual messages from conversations
Receive Messages
Listen for incoming messages in real-time
Typing Indicators
Show when users are typing in conversations