perception_loop()
observe()
process_utterances()
process_observations()
Collect all observations from a given perceptual server source.
source (str) – The name of the perceptual server (speech in the special case of a user utterance).
speech
A list of observations, each being either a natural language string or a LISP-formatted S-expression string representing a logical form.
list[str]