Package jadex.micro.tutorial
Class ChatBotF4Agent
- java.lang.Object
-
- jadex.micro.tutorial.ChatBotF4Agent
-
public class ChatBotF4Agent extends java.lang.Object
Chat bot replies to selected messages.
-
-
Constructor Summary
Constructors Constructor Description ChatBotF4Agent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKeyword()
Get the keyword.java.lang.String
getReply()
Get the reply message.void
setKeyword(java.lang.String keyword)
Set the keyword.void
setReply(java.lang.String reply)
Set the reply message.
-
-
-
Method Detail
-
getKeyword
public java.lang.String getKeyword()
Get the keyword.- Returns:
- The keyword.
-
setKeyword
public void setKeyword(java.lang.String keyword)
Set the keyword.- Parameters:
keyword
- The keyword.
-
getReply
public java.lang.String getReply()
Get the reply message.- Returns:
- The reply message.
-
setReply
public void setReply(java.lang.String reply)
Set the reply message.- Parameters:
reply
- The reply message.
-
-