public class ChatBotF3Agent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
keyword
The keyword to react to.
|
protected java.lang.String |
reply
The reply message.
|
Constructor and Description |
---|
ChatBotF3Agent() |
Modifier and Type | Method and 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.
|
protected java.lang.String keyword
protected java.lang.String reply
public java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword
- The keyword.public java.lang.String getReply()
public void setReply(java.lang.String reply)
reply
- The reply message.