This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new c36cf12  Update LightSwitchModel.scala
c36cf12 is described below

commit c36cf1252b71787b2bf2d514fd8e85b326ecfd36
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Oct 31 23:23:08 2020 -0700

    Update LightSwitchModel.scala
---
 .../org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
index 26b248a..3de3924 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
@@ -52,7 +52,8 @@ class LightSwitchModel extends 
NCModelFileAdapter("org/apache/nlpcraft/examples/
         "Dial off illumination on the 2nd floor.",
         "Please, no lights!",
         "Kill off all the lights now!",
-        "No lights in the bedroom, please."
+        "No lights in the bedroom, please.",
+        "Light up the garage, please!"
     ))
     def onMatch(
         @NCIntentTerm("act") actTok: NCToken,

Reply via email to