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