AI chatBot by using sdk or api

AI chatBot by using sdk or api
// Detailed description of issue.
I want to use AI chatBot by using sdk or api,
Opposition to ‘AI chatbot management’
Is there an sdk or api to directly ask questions to the AI ​​chatBot and receive results?

ex)

  1. AI chatBot message (question) transmission request using sendbird SDK or API
  2. Extract results for messages using chatGPT engine in sendbird AI chatBot
  3. Return results for messages

Hello @GYEONGSEOP_KIM

Sendbird only provide an interface with an AI chatbot, so there is no way to contact the chatbot directly.

  • Connect with the AI chatbot through the dashboard.
  • Create a channel with users and chatbots.
  • And you have to talk to each other within that channel.
  • You can get a response through our chat-related SDK or callback URL.
    Did you see the guide below?

Thanks.