IntelliHome::Workers::Base - IntelliHome/Google-at-Home GitHub Wiki
NAME
IntelliHome::Workers::Base - Base class for workers, Processes the voice hypothesis thru a defined parser
DESCRIPTION
This Object implement process() that is called by the master node to parse and process the given command
ATTRIBUTES
-
Config()
Get/Set the IntelliHome::Config object that has all the loaded configurations (required)
-
Output()
Get/Set the answer output interface (default to IntelliHome::Interfaces::Voice)
IMPLEMENTS
-
process()
Process the worker request