public class SimpleStoryHandlerBase
extends StoryHandlerBase
For simple stories that do not use custom interface StoryHandlerDefinition.
interface StoryHandlerDefinitionpublic SimpleStoryHandlerBase(@Nullable
java.lang.String mainIntentName)
For simple stories that do not use custom interface StoryHandlerDefinition.
interface StoryHandlerDefinitionpublic SimpleStoryHandlerBase()
For simple stories that do not use custom interface StoryHandlerDefinition.
interface StoryHandlerDefinitionpublic void action(@NotNull
BotBus bus)
The method to implement.
@NotNull public StoryHandlerDefinition newHandlerDefinition(@NotNull BotBus bus, @Nullable java.lang.Object data)
Instantiates new instance of T.