Uses of Interface
unsw.cse.framescript.Conversation

Uses of Conversation in unsw.cse.framescript
 

Classes in unsw.cse.framescript that implement Conversation
 class GUIBot
          Opens a simple window for engaging in a conversation using a specified domain.
 class MicaBot
          A Mica agent that acts as a bridge between Mica and FrameScript.
 

Methods in unsw.cse.framescript that return Conversation
 Conversation Domain.getActiveConversation()
          Gets the current active conversation.
 

Methods in unsw.cse.framescript with parameters of type Conversation
 void Domain.setActiveConversation(Conversation conversation)
          Sets a conversation as being active with the domain.