tock / ai.tock.bot.api.model.configuration / StoryConfiguration

StoryConfiguration

data class StoryConfiguration (source)

Constructors

<init>

StoryConfiguration(mainIntent: String, otherStarterIntents: Set<String> = emptySet(), secondaryIntents: Set<String> = emptySet(), steps: List<StepConfiguration> = emptyList(), name: String = mainIntent)

Properties

mainIntent

val mainIntent: String

name

val name: String

otherStarterIntents

val otherStarterIntents: Set<String>

secondaryIntents

val secondaryIntents: Set<String>

steps

val steps: List<StepConfiguration>