DefaultAnyTopicclassactor.t[3953]

A DefaultAnyTopic is a DefaultTopic that can match any kind of conversational command, except for HELLO and GOODBYE (unless matchGreetings is true.

class DefaultAnyTopic :   DefaultTopic

Superclass Tree   (in declaration order)

DefaultAnyTopic
        DefaultTopic
                ActorTopicEntry
                        ReplaceRedirector
                                Redirector
                                        object
                        TopicEntry
                                object

Subclass Tree  

DefaultAnyTopic
        DefaultAgendaTopic

Global Objects  

(none)

Summary of Properties  

includeInList  matchGreetings  matchObj 

Inherited from DefaultTopic :
matchScore 

Inherited from ActorTopicEntry :
activated  active  autoName  convKeys  curiosityAroused  getActor  impliesGreeting  isConversational  keyTopics  listOrder  name  suggestAs  timesInvoked 

Inherited from TopicEntry :
isActive  matchExactCase  matchPattern  scoreBoost  topicMatched 

Summary of Methods  

Inherited from ActorTopicEntry :
activate  addToConvKeyTable  buildName  curiositySatisfied  deactivate  getKeyTopics  handleTopic  initializeTopicEntry  isReachable  nodeActive  showKeyTopics  timesToSuggest 

Inherited from ReplaceRedirector :
redirect 

Inherited from Redirector :
doInstead  doNested  doOtherAction 

Inherited from TopicEntry :
addTopic  matchTopic  scoreBooster  topicResponse 

Properties  

includeInListOVERRIDDENactor.t[3958]

DefaultAnyTopics are included in all the lists of their TopicDatabase that contain lists of conversational responses.

matchGreetingsactor.t[3976]
Flag - should we match HELLO and BYE? By default we don't since many DefaultAnyTopic responses won't be suitable for this purpose, but this can be overridden to true for DefaultAnyTopics that should match HELLO and BYE as well as other conversational commands.

matchObjOVERRIDDENactor.t[3967]
A DefaultAnyTopic matches any conversational command and should also match Commands (where the matchObj will be an action); they can optionally match HELLO and BYE as well.

Methods  

(none)

Adv3Lite Library Reference Manual
Generated on 28/03/2016 from adv3Lite version 1.5