Talk Agent Help

[QUERY KB] - Query the Knowledge Base

Query Definition - Returns a definition of a concept
* Object - What is ObjectX?
E.g.: What is an apple?
* Person: - Who is "PersonX"? (use quotes for person names)
E.g.: Who is "Percival Lucena"?

Query Elements- Returns elements that match a criteria
* List: Agent, list CategoryX
E.g. 1 - Agent, list students. (lists all persons that are students)
E.g. 2 - Agent, list planets. (lists all objects that are planets).
* Show: Agent show <restrictionY> CategoryX
E.g. 1 - Agent, show my best students.
E.g. 2 - Agent, show rich people.


[VALIDATE INFORMATION] - Validates an assertion

Simple validation - Validates whether a simple fact is true, based on ontology structure.
E.g. 1 - Banana is a fruit. (Yes)
E.g. 2 - Sun is a planet. (No)

Complex validation - Verify if a given fact is true, based on rules of KB.
E.g. 1 - Is an apple red?
E.g. 2 - Does birds flies?
E.g. 3 - Are oranges good for the health?
E.g. 2 - How much one lives?

[INFORM] - Inserts new information on the Knowledge Base

Insert


[REQUEST ACTION] - Executes an action that is implemented on the system by the means of a component that is linled to the running system.

Example