tock / ai.tock.bot.api.client / ClientStep

ClientStep

class ClientStep (source)

Constructors

<init>

ClientStep(name: String, mainIntent: IntentAware = Intent(name), otherStarterIntents: Set<IntentAware> = emptySet(), secondaryIntents: Set<IntentAware> = emptySet())

Properties

mainIntent

val mainIntent: IntentAware

name

val name: String

otherStarterIntents

val otherStarterIntents: Set<IntentAware>

secondaryIntents

val secondaryIntents: Set<IntentAware>