public class ChatBotF2Agent extends Object
| Constructor and Description |
|---|
ChatBotF2Agent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword()
Get the keyword.
|
String |
getReply()
Get the reply message.
|
void |
setKeyword(String keyword)
Set the keyword.
|
void |
setReply(String reply)
Set the reply message.
|
public String getKeyword()
public void setKeyword(String keyword)
keyword - The keyword.public String getReply()
public void setReply(String reply)
reply - The reply message.Copyright © 2012. All Rights Reserved.