An open API service indexing awesome lists of open source software.

https://github.com/theopenconversationkit/tock-bot-demo

Bot demo writen in Kotlin using Tock Bot API.
https://github.com/theopenconversationkit/tock-bot-demo

ai chatbot kotlin opensource sample

Last synced: about 1 year ago
JSON representation

Bot demo writen in Kotlin using Tock Bot API.

Awesome Lists containing this project

README

          

Source code contains :

- A sample html file for the chat widget : [web/index.html](web/index.html)
- Simple kotlin-based bot implementation
- [common](common/src/main/kotlin/bot.kt)
- [websocket](websocket/src/main/kotlin/StartWebsocket.kt)
- [webhook](webhook/src/main/kotlin/StartWebhook.kt)