Skip to content

Commit

Permalink
Fix en-US
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeMKelly committed Nov 1, 2017
1 parent f25d254 commit 7bb763c
Showing 1 changed file with 38 additions and 33 deletions.
71 changes: 38 additions & 33 deletions models/en-US.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
{
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "GetNewFactIntent",
"samples": [
"a fact",
"a space fact",
"tell me a fact",
"tell me a space fact",
"give me a fact",
"give me a space fact",
"tell me trivia",
"tell me a space trivia",
"give me trivia",
"give me a space trivia",
"give me some information",
"give me some space information",
"tell me something",
"give me something"
],
"slots": []
"interactionModel": {
"languageModel": {
"invocationName": "space facts",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "GetNewFactIntent",
"samples": [
"a fact",
"a space fact",
"tell me a fact",
"tell me a space fact",
"give me a fact",
"give me a space fact",
"tell me trivia",
"tell me a space trivia",
"give me trivia",
"give me a space trivia",
"give me some information",
"give me some space information",
"tell me something",
"give me something"
],
"slots": []
}
]
}
]
}
}

0 comments on commit 7bb763c

Please sign in to comment.