-
- All Implemented Interfaces:
-
ai.tock.bot.definition.StoryHandlerListener
public final class BlockOrchestrationStoryHandlerListener implements StoryHandlerListener
-
-
Constructor Summary
Constructors Constructor Description BlockOrchestrationStoryHandlerListener(OrchestrationBlockedIntent restrictions)
-
Method Summary
Modifier and Type Method Description BooleanstartAction(BotBus botBus, StoryHandler handler)-
Methods inherited from class ai.tock.bot.orchestration.bot.secondary.BlockOrchestrationStoryHandlerListener
endAction -
Methods inherited from class ai.tock.bot.definition.StoryHandlerListener
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BlockOrchestrationStoryHandlerListener
BlockOrchestrationStoryHandlerListener(OrchestrationBlockedIntent restrictions)
-
-
Method Detail
-
startAction
Boolean startAction(BotBus botBus, StoryHandler handler)
-
-
-
-