Package ai.tock.bot.definition
Interface HandlerStoryDefinitionCreator
-
- All Implemented Interfaces:
public interface HandlerStoryDefinitionCreator<T extends StoryHandlerDefinition>In order to create StoryHandlerDefinition.
-
-
Method Summary
Modifier and Type Method Description abstract Tcreate(BotBus bus, Object data)Creates a new StoryHandlerDefinition. -
-
Method Detail
-
create
abstract T create(BotBus bus, Object data)
Creates a new StoryHandlerDefinition.
-
-
-
-