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

StepConfiguration

data class StepConfiguration (source)

Constructors

<init>

StepConfiguration(name: String, mainIntent: String = name, otherStarterIntents: Set<String> = emptySet(), secondaryIntents: Set<String> = emptySet())

Properties

mainIntent

val mainIntent: String

name

val name: String

otherStarterIntents

val otherStarterIntents: Set<String>

secondaryIntents

val secondaryIntents: Set<String>