agentland.help
Interface AFAIKSpeech

All Superinterfaces:
Agent, Good, Managed, Remote, Spy
All Known Implementing Classes:
AFAIKSpeechAgent

public interface AFAIKSpeech
extends Managed

This is the interface for AFAIKSpeechAgent. AFAIKSpeechAgent is the primary speech interface for AFAIK. This agent and its grammar can handle a wide variety of requests, ranging from "what is CVS?" to "I need help".

See Also:
Managed

Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void updateCurrentHelpFile(Secret s)
           
 void updateKeywords()
           
 void updateKeywords(Secret s)
          Describe updateKeywords dynamically updates the "keyword" rule in the main grammar.
 void updateSubtopicNames()
           
 void updateSubtopicNames(Secret s)
          updateSubtopicNames dynamically updates the "subtopic" rule in the main grammar.
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

updateSubtopicNames

public void updateSubtopicNames()
                         throws RemoteException

updateSubtopicNames

public void updateSubtopicNames(Secret s)
                         throws RemoteException
updateSubtopicNames dynamically updates the "subtopic" rule in the main grammar. This allows voice access to any of the subtopics present in any of the helpfiles.
Parameters:
s - a Secret value
Throws:
RemoteException - if an error occurs

updateKeywords

public void updateKeywords()
                    throws RemoteException

updateKeywords

public void updateKeywords(Secret s)
                    throws RemoteException
Describe updateKeywords dynamically updates the "keyword" rule in the main grammar. This allows voice access to any of the keywords present in any of the helpfiles.
Parameters:
s - a Secret value
Throws:
RemoteException - if an error occurs

updateCurrentHelpFile

public void updateCurrentHelpFile(Secret s)
                           throws RemoteException