data class StoryConfiguration (source)
<init> |
StoryConfiguration(mainIntent: String, otherStarterIntents: Set<String> = emptySet(), secondaryIntents: Set<String> = emptySet(), steps: List<StepConfiguration> = emptyList(), name: String = mainIntent) |
mainIntent |
val mainIntent: String |
name |
val name: String |
otherStarterIntents |
val otherStarterIntents: Set<String> |
secondaryIntents |
val secondaryIntents: Set<String> |
steps |
val steps: List<StepConfiguration> |