Package jadex.micro.tutorial
Class ChatBotF2Agent
- java.lang.Object
- 
- jadex.micro.tutorial.ChatBotF2Agent
 
- 
 public class ChatBotF2Agent extends java.lang.ObjectChat bot replies to selected messages.
- 
- 
Constructor SummaryConstructors Constructor Description ChatBotF2Agent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeyword()Get the keyword.java.lang.StringgetReply()Get the reply message.voidsetKeyword(java.lang.String keyword)Set the keyword.voidsetReply(java.lang.String reply)Set the reply message.
 
- 
- 
- 
Method Detail- 
getKeywordpublic java.lang.String getKeyword() Get the keyword.- Returns:
- The keyword.
 
 - 
setKeywordpublic void setKeyword(java.lang.String keyword) Set the keyword.- Parameters:
- keyword- The keyword.
 
 - 
getReplypublic java.lang.String getReply() Get the reply message.- Returns:
- The reply message.
 
 - 
setReplypublic void setReply(java.lang.String reply) Set the reply message.- Parameters:
- reply- The reply message.
 
 
- 
 
-