agentland.util.asker
Class FreeResponseQuestion
java.lang.Object
|
+--agentland.util.asker.Question
|
+--agentland.util.asker.FreeResponseQuestion
- All Implemented Interfaces:
- Cloneable, Serializable
- public class FreeResponseQuestion
- extends Question
- See Also:
- Serialized Form
Fields inherited from class agentland.util.asker.Question |
ANSWERED, defaultAnswer, ERROR, GUI, NEEDS_VERIFICATION, question, reply, replyMethod, SPEECH, status, timeOut, UNANSWERED, UNDER_VERIFICATION, verificationMethod |
Methods inherited from class agentland.util.asker.Question |
equals, getAnswer, getDefaultAnswer, getQuestion, getReplyMethod, getStatus, getVerificationMethod, setAnswer, setReplyMethod, setStatus, setVerificationMethod, toString |
FreeResponseQuestion
public FreeResponseQuestion(String question)
FreeResponseQuestion
public FreeResponseQuestion(String question,
Object defaultAnswer)