Package ai.tock.bot.definition
Interface SimpleStoryStep
-
- All Implemented Interfaces:
-
ai.tock.bot.definition.StoryStep
public interface SimpleStoryStep implements StoryStep<StoryHandlerDefinition>
StoryStep without custom StoryHandlerDefinition.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ai.tock.bot.definition.StoryStep
answer, getBaseIntent, getChildren, getEntityStepSelection, getHasNoChildren, getIntent, getMetrics, getName, getOtherStarterIntents, getSecondaryIntents, selectFromAction, selectFromActionAndEntityStepSelection, selectFromBus, selectFromDialog, selectFromDialogAndEntityStepSelection, supportIntent, supportStarterIntent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-