|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversationInfo | |
|---|---|
| bot | |
| Uses of ConversationInfo in bot |
|---|
| Fields in bot with type parameters of type ConversationInfo | |
|---|---|
java.util.HashMap<java.lang.Integer,ConversationInfo> |
EmotionalBot.myConversationHistory
This logs the number of messages we have received from players, so we can adjust emotion events intensity |
java.util.HashMap<java.lang.Integer,ConversationInfo> |
EmotionalBot.otherConversationHistory
This logs the emotional conversations send to other agents than we are |
| Methods in bot that return ConversationInfo | |
|---|---|
ConversationInfo |
EmotionalBot.getConversationHistory(int id)
Returns conversation history between me and target agent (logs messages sent by the agent to us). |
ConversationInfo |
EmotionalBot.getOtherConversationHistory(int id)
Returns conversation history for other agent (messages that were sent to him by other agents than we are). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||