-
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 Stringcomponent1()final Stringcomponent2()final Set<String>component3()final Set<String>component4()final StepConfigurationcopy(String name, String mainIntent, Set<String> otherStarterIntents, Set<String> secondaryIntents)final StringgetName()final StringgetMainIntent()final Set<String>getOtherStarterIntents()final Set<String>getSecondaryIntents()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Set<String> component3()
-
component4
final Set<String> component4()
-
copy
final StepConfiguration copy(String name, String mainIntent, Set<String> otherStarterIntents, Set<String> secondaryIntents)
-
getMainIntent
final String getMainIntent()
-
getOtherStarterIntents
final Set<String> getOtherStarterIntents()
-
getSecondaryIntents
final Set<String> getSecondaryIntents()
-
-
-
-