Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
232 changes: 0 additions & 232 deletions ui-kit/android/v6/campaigns.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions ui-kit/android/v6/guide-ai-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

</Accordion>

Enable intelligent conversational AI capabilities in your Android app using CometChat UIKit v6 with AI Agent integration:

Check warning on line 18 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L18

Did you really mean 'UIKit'?

- **AI Assistant Chat History**
- **Chat History Management**
Expand All @@ -25,10 +25,6 @@

Transform your chat experience with AI-powered assistance that provides intelligent responses and seamless integration with your existing chat infrastructure.

<Note>
**1:1 conversations only.** AI Agents currently respond only in one-on-one conversations between an end user and the agent user. They do not respond to messages sent in groups, even if the agent user is added as a member or owner. Group support is on the roadmap — share your use case on [feedback.cometchat.com](https://feedback.cometchat.com).
</Note>

## Overview

Users can interact with AI agents through a dedicated chat interface that:
Expand Down Expand Up @@ -178,7 +174,7 @@
</LinearLayout>
```

> **Note:** In Jetpack Compose, layout is handled declaratively in the composable function — no XML needed.

Check warning on line 177 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L177

Did you really mean 'Jetpack'?

Check warning on line 177 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L177

Did you really mean 'declaratively'?

Check warning on line 177 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L177

Did you really mean 'composable'?

### Step 3 — Style of Message List & Composer (XML Views only)

Expand All @@ -204,7 +200,7 @@
</style>
```

> **Jetpack Compose:** Pass a custom style object via the `style` parameter on each composable instead of XML styles.

Check warning on line 203 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L203

Did you really mean 'Jetpack'?

Check warning on line 203 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L203

Did you really mean 'composable'?

### Step 4 — Initialize click listeners

Expand Down Expand Up @@ -351,7 +347,7 @@
</LinearLayout>
```

> **Note:** In Jetpack Compose, the `CometChatAIAssistantChatHistory` composable is used directly — no XML layout needed.

Check warning on line 350 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L350

Did you really mean 'Jetpack'?

Check warning on line 350 in ui-kit/android/v6/guide-ai-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (cometchat-22654f5b) - vale-spellcheck

ui-kit/android/v6/guide-ai-agent.mdx#L350

Did you really mean 'composable'?

### Step 7 — Launching AI Chat

Expand Down
Loading