Package ai.tock.bot.engine.message
Class Suggestion
-
- All Implemented Interfaces:
public final class Suggestion
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequencetitleprivate final IntentAwareintentprivate final Parametersparametersprivate final StoryStep<?>stepprivate final Map<String, String>attributes
-
Constructor Summary
Constructors Constructor Description Suggestion(CharSequence title, IntentAware intent, StoryStep<?> step, Parameters parameters)Suggestion(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)
-
Method Summary
Modifier and Type Method Description final CharSequencegetTitle()final IntentAwaregetIntent()final ParametersgetParameters()final StoryStep<?>getStep()final Map<String, String>getAttributes()-
-
Constructor Detail
-
Suggestion
Suggestion(CharSequence title, IntentAware intent, StoryStep<?> step, Parameters parameters)
-
Suggestion
Suggestion(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)
-
-
Method Detail
-
getTitle
final CharSequence getTitle()
-
getIntent
final IntentAware getIntent()
-
getParameters
final Parameters getParameters()
-
getAttributes
final Map<String, String> getAttributes()
-
-
-
-