From d2e399f7bebce3a7345dc650637c453b48dafbfb Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 4 Feb 2026 13:50:18 -0800 Subject: [PATCH] enable new interactions --- skill-package/interactionModels/custom/en-US.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/skill-package/interactionModels/custom/en-US.json b/skill-package/interactionModels/custom/en-US.json index 28834cb..f0d0600 100644 --- a/skill-package/interactionModels/custom/en-US.json +++ b/skill-package/interactionModels/custom/en-US.json @@ -42,6 +42,10 @@ "samples": [ "{action} {device}", "{action} the {device}", + "{device}", + "the {device}", + "about {device}", + "about the {device}", "is {device} on", "is the {device} on", "is {device} off", @@ -52,6 +56,13 @@ "what is the state of the {device}", "what is {device} set to", "what is the {device} set to", + "what about {device}", + "what about the {device}", + "how is {device}", + "how is the {device}", + "status of {device}", + "status of the {device}", + "{device} status", "check {device}", "check the {device}", "check on {device}",