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.
- Host: GitHub
- URL: https://github.com/theopenconversationkit/tock-bot-demo
- Owner: theopenconversationkit
- License: agpl-3.0
- Created: 2019-10-04T08:57:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T08:50:04.000Z (over 2 years ago)
- Last Synced: 2024-03-19T09:32:06.198Z (over 2 years ago)
- Topics: ai, chatbot, kotlin, opensource, sample
- Language: Kotlin
- Homepage: https://doc.tock.ai
- Size: 132 KB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)