Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mak <[email protected]>
  • Loading branch information
makandre committed Jul 11, 2020
1 parent 666f797 commit 25471d9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
19 changes: 16 additions & 3 deletions skill-package/interactionModels/custom/en-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"slots": [],
"samples": [
"what week is it",
"what\u0027s the week"
"what's the week"
]
},
{
Expand All @@ -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": [],
Expand All @@ -47,5 +60,5 @@
}
}
},
"version": "2"
}
"version": "8"
}
19 changes: 16 additions & 3 deletions skill-package/interactionModels/custom/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "CheckScheduleIntent",
"slots": [],
"samples": [
"what\u0027s the week",
"what's the week",
"what week is it"
]
},
Expand All @@ -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": [],
Expand All @@ -47,5 +60,5 @@
}
}
},
"version": "18"
}
"version": "26"
}

0 comments on commit 25471d9

Please sign in to comment.