Skip to content
Ben James edited this page Jan 9, 2017 · 11 revisions

IntroductionTriggersRepliesConversationsTopicsPlugins and FunctionsKnowledgeUnder the Hood


Knowledge

This introduces a new element called facts. Facts are triples aiming to provide common knowledge to your bot. They can be also used in generating part of a reply, by replacing a word in the reply.

+ I like ~sport
- Really? Wow, I like ~sport, too!

In the above example ~sport is expanded in both the gambit and reply, and resolved to a sport defined either in Wordnet or the facts DB. (For more technical details see sfacts).

Warning Additional details & examples needed.

World knowledge

This is general shared or common knowledge.

Warning Additional details & examples needed.

Bot knowledge

This table represents things the bot knows about itself.

Warning Additional details & examples needed.

User knowledge

This table is filled with details about users (facts and variables) through conversations and using ^save("key","value") and ^createUserFact("subject","predicate","object")

Warning Additional details & examples needed.


Continue to Under the Hood

Clone this wiki locally