Is there any sdk available for AI chatbot

[Problem/Question]
Im looking to integrate the AI chatbot into a reactnative or flutter application.
Is the SDK is available for any of the platforms ? (Reactnative or flutter).

Similar to the following equivalent

  1. startChatWithAiBot for Android AI chatbot | Chat Android SDK | Sendbird Docs
  2. startChatWithAIBot for iOS AI chatbot | Chat iOS SDK | Sendbird Docs

Hello @experimentingpersonbot,

The links you provided are using the UIKits. They’re simply using the underlying SDKs to create a channel with the bot. You can see the exact steps here:

Thanks @Tyler. Yes Ive seen that just wanted to know if there is there any maintained version available for other platforms. Rather than me maintaining it :slight_smile:

I’m not sure what you mean by maintained version. The UIKits are available for Android, iOS and React Native. What it’s doing under the hood is easily achievable and I don’t think implementing it yourself would take much effort if you’re already utilizing the SDK elsewhere.

I have a limited understanding of English, but by “maintained version,” I mean it is an SDK or npm library that is consistently updated and managed by the SendBird team. Whenever architectural or behavioral changes occur in SendBird AI ChatBot APIs, the SendBird SDK team handles the updates, alleviating the need for individual developers to make changes to support them.