Package ai.tock.bot.admin.answer
Class AnswerConfiguration
-
- All Implemented Interfaces:
public abstract class AnswerConfigurationDefine an answer configured at runtime.
-
-
Field Summary
Fields Modifier and Type Field Description private final AnswerConfigurationTypeanswerType
-
Constructor Summary
Constructors Constructor Description AnswerConfiguration(AnswerConfigurationType answerType)
-
Method Summary
Modifier and Type Method Description final AnswerConfigurationTypegetAnswerType()BooleanhasAnswer()Is there an answer set? -
-
Constructor Detail
-
AnswerConfiguration
AnswerConfiguration(AnswerConfigurationType answerType)
-
-
Method Detail
-
getAnswerType
final AnswerConfigurationType getAnswerType()
-
-
-
-