interaction_skills/action/LookFor

 1std_skills/Meta meta
 2
 3# List of RDF patterns that identify the entities to look for.
 4# Exactly one and same variable is expected in the patterns.
 5# If left empty, a default pattern will be used,
 6# which depends on the skill provider.
 7string[] patterns
 8
 9---
10std_skills/Result result
11
12# List of entities found matching the patterns.
13string[] found_entities
14
15---
16std_skills/Feedback feedback