EddiSpeechResponder.SpeechResponder.Handle C# (CSharp) Method

Handle() public method

public Handle ( Event theEvent ) : void
theEvent Event
return void
        public void Handle(Event theEvent)
        {
            Logging.Debug("Received event " + JsonConvert.SerializeObject(theEvent));
            Say(scriptResolver, theEvent.type, theEvent);
        }