Class StepConfiguration
-
- All Implemented Interfaces:
public final class StepConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final StringmainIntentprivate final Set<String>otherStarterIntentsprivate final Set<String>secondaryIntents
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetMainIntent()final Set<String>getOtherStarterIntents()final Set<String>getSecondaryIntents()-
-
Method Detail
-
getMainIntent
final String getMainIntent()
-
getOtherStarterIntents
final Set<String> getOtherStarterIntents()
-
getSecondaryIntents
final Set<String> getSecondaryIntents()
-
-
-
-