Delightful chat for your mobile apps
This SDK integrates a fully serviced chat experience on the BotStacks platform.
Add ai.botstacks:chat-sdk:{version}
to your dependencies
val commonMain by getting {
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk:{version}")
[...]
}
}
Tip
To setup Compose Multiplatform click here
If you are only targeting Android the dependency is:
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk-android:{version}")
[...]
}
Tip
To setup Android click here
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please join our Discord server
All Content Copyright Β© 2023 BotStacks