/ UIKit / Android
UIKit
Chat UIKit Android v3
Chat UIKit Android
Chat UIKit
Android
Version 3

AI chatbot

Copy link

Sendbird AI chatbot enables seamless and efficient communication by automating responses and providing users with personalized, human-like interactions. UIKit for Android also supports AI chatbot for stronger user engagement. Call SendbirdUIKit.startChatWithAiBot() with botId after the UIKit initialization or when creating a group channel.

kotlinJava
// Before using it, call SendbirdUIKit.init() and connect.
SendbirdUIKit.startChatWithAiBot(context, "BOT_ID_GOES_HERE", true) { e ->
    if (e != null) {
        // handle error
    }
}