I need create google chat bot (or find already existing bot) which would respond with a reply every time when a user creates a new thread in the space?
As I found in the bot api, it looks like it only responds to the following 3 events (https://developers.google.com/chat/api/guides/message-formats/events#event_types):
- bot entering the space
- bot leaving the space
- message directed to the bot
It doesn't look like a bot can be configured to respond only to every new thread that is started in the space.