Package jadex.micro.examples.eliza
Class EchoChatAgent
- java.lang.Object
- 
- jadex.micro.examples.eliza.EchoChatAgent
 
- 
 public class EchoChatAgent extends java.lang.ObjectThis agent implements a chat bot that simply echoes any privately sent message. It connects itself to the platform chat service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe eliza agent.protected IChatGuiServicechatThe gui service for controlling the inner chat component.
 - 
Constructor SummaryConstructors Constructor Description EchoChatAgent()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main for testing.voidstart()Register to inner chat at startup.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The eliza agent.
 - 
chatprotected IChatGuiService chat The gui service for controlling the inner chat component. $config is replaced by "intern" or "extern"
 
- 
 
-