public StoryHandler
Receive a sentence or action, and send the answer.
Story handlers should usually not directly extend this class, but instead extend class StoryHandlerBase.
class StoryHandlerBasevoid handle(@NotNull
BotBus bus)
Receive a message from the bus.
bus - the bus used to get the message and send the answerdouble support(@NotNull
BotBus bus)
What is the probability of bot support for the current request?