Interface StoryDefinitionExtended

  • All Implemented Interfaces:
    ai.tock.bot.definition.IntentAware , ai.tock.bot.definition.StoryDefinition

    
    public interface StoryDefinitionExtended
     implements StoryDefinition
                        

    Helper methods for StoryDefinition implementation. Usually direct implementations are enums. This interface add a starter (and main) intent with intent name equals to the property of value name to the StoryDefinition. Warning: advanced usage only.