public class ClientStep
public ClientStep(@NotNull
java.lang.String name,
@NotNull
ai.tock.bot.definition.IntentAware mainIntent,
@NotNull
java.util.Set<? extends ai.tock.bot.definition.IntentAware> otherStarterIntents,
@NotNull
java.util.Set<? extends ai.tock.bot.definition.IntentAware> secondaryIntents)
@NotNull public java.lang.String getName()
@NotNull public ai.tock.bot.definition.IntentAware getMainIntent()
@NotNull public java.util.Set<ai.tock.bot.definition.IntentAware> getOtherStarterIntents()
@NotNull public java.util.Set<ai.tock.bot.definition.IntentAware> getSecondaryIntents()