Skip to content

Commit

Permalink
More template cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtuckerphx committed Oct 14, 2017
1 parent caa8a49 commit 54c6cbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
11 changes: 1 addition & 10 deletions speechAssets/IntentSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"intents": [
{
"intent": "GetNewFactIntent"
},
{
"intent": "GetFactByNumberIntent",
"slots": [
{
"name": "number",
"type": "AMAZON.NUMBER"
}
]
},
},
{
"intent": "AMAZON.RepeatIntent"
},
Expand Down
3 changes: 0 additions & 3 deletions speechAssets/SampleUtterances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ GetNewFactIntent tell me something I don't know
GetNewFactIntent tell me something interesting
GetNewFactIntent tell me something cool
GetNewFactIntent tell me a cool fact
GetFactByNumberIntent fact number {number}
GetFactByNumberIntent tell me fact number {number}
GetFactByNumberIntent tell me fact {number}
AMAZON.StopIntent stop
AMAZON.StopIntent off
AMAZON.StopIntent end
Expand Down
2 changes: 1 addition & 1 deletion src/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"reprompt": "What can I tell you about?"
},
"help": {
"speechOutput": "Here are some things you can say: %s If you're done, you can also say: stop. So, how can I help?",
"speechOutput": "You can ask me about any of these things: <break time='400ms'/>a new fact. <break time='400ms'/>At any time, you can say 'repeat' or 'help' and when you are done, say 'goodbye'. Which would you like to do?",
"reprompt": "How can I help you?"
},
"reprompts": [
Expand Down

0 comments on commit 54c6cbf

Please sign in to comment.