diff --git a/skill-package/interactionModels/custom/en-CA.json b/skill-package/interactionModels/custom/en-CA.json index bdcd60e..d072407 100644 --- a/skill-package/interactionModels/custom/en-CA.json +++ b/skill-package/interactionModels/custom/en-CA.json @@ -28,7 +28,7 @@ "slots": [], "samples": [ "what week is it", - "what\u0027s the week" + "what's the week" ] }, { @@ -37,6 +37,19 @@ "samples": [ "is it garbage pickup week" ] + }, + { + "name": "ZoneIntent", + "slots": [ + { + "name": "zone", + "type": "AMAZON.Color" + } + ], + "samples": [ + "I live in the {zone} zone", + "I live in a {zone} zone" + ] } ], "types": [], @@ -47,5 +60,5 @@ } } }, - "version": "2" -} \ No newline at end of file + "version": "8" +} diff --git a/skill-package/interactionModels/custom/en-US.json b/skill-package/interactionModels/custom/en-US.json index 832bde8..5a83d97 100644 --- a/skill-package/interactionModels/custom/en-US.json +++ b/skill-package/interactionModels/custom/en-US.json @@ -19,7 +19,7 @@ "name": "CheckScheduleIntent", "slots": [], "samples": [ - "what\u0027s the week", + "what's the week", "what week is it" ] }, @@ -37,6 +37,19 @@ "samples": [ "is it garbage pickup week" ] + }, + { + "name": "ZoneIntent", + "slots": [ + { + "name": "zone", + "type": "AMAZON.Color" + } + ], + "samples": [ + "I live in the {zone} zone", + "I live in a {zone} zone" + ] } ], "types": [], @@ -47,5 +60,5 @@ } } }, - "version": "18" -} \ No newline at end of file + "version": "26" +}