Chat UIKit iOS v3
Chat UIKit iOS
Chat UIKit
iOS
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 SendbirdUI.startChatWithAIBot() with botId after the UIKit initialization or when creating a group channel.

// Before using it, call SendbirdUI.initialize() and connect.
SendbirdUI.startChatWithAIBot(botId: "BOT_ID_GOES_HERE", isDistinct: true) { error in
    // This code block will be invoked when there's an error.
}