tock / ai.tock.bot.engine.dialog / Story / <init>

<init>

Story(definition: StoryDefinition, starterIntent: Intent, step: String? = null, actions: MutableList<Action> = mutableListOf())

A Story is a small unit of conversation about a specific topic. It is linked to at least one intent - the starterIntent.