Kotlin How to Create a Chatbot JetBrains Space Documentation

In order to be considered a chatbot, an application must be able to respond with a list of available commands when a user hits / slash in the chat. In this case, the bot receives the ListCommandsPayload type of payload. When a user types anything in the chatbot channel, Space sends the user input to […]