Class StoryConfiguration
-
- All Implemented Interfaces:
public final class StoryConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmainIntentprivate final Set<String>otherStarterIntentsprivate final Set<String>secondaryIntentsprivate final List<StepConfiguration>stepsprivate final Stringname
-
Constructor Summary
Constructors Constructor Description StoryConfiguration(String mainIntent, Set<String> otherStarterIntents, Set<String> secondaryIntents, List<StepConfiguration> steps, String name)
-
Method Summary
Modifier and Type Method Description final StringgetMainIntent()final Set<String>getOtherStarterIntents()final Set<String>getSecondaryIntents()final List<StepConfiguration>getSteps()final StringgetName()-
-
Method Detail
-
getMainIntent
final String getMainIntent()
-
getOtherStarterIntents
final Set<String> getOtherStarterIntents()
-
getSecondaryIntents
final Set<String> getSecondaryIntents()
-
getSteps
final List<StepConfiguration> getSteps()
-
-
-
-