Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from alexa/deploy-fixes
Browse files Browse the repository at this point in the history
Fixed deployment issues
  • Loading branch information
franklin-lobb committed May 23, 2018
2 parents a32c8ad + e5c1e7c commit 3c5c272
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .ask/config
@@ -0,0 +1,19 @@
{
"deploy_settings": {
"default": {
"skill_id": "",
"was_cloned": false,
"merge": {
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "ask-adventure-game-default"
}
}
}
}
}
}
}
}
7 changes: 3 additions & 4 deletions models/en-US.json
@@ -1,6 +1,7 @@
{
"interactionModel": {
"languageModel": {
"invocationName": "text adventure",
"intents": [{
"name": "AMAZON.CancelIntent"
},
Expand Down Expand Up @@ -146,8 +147,8 @@
"value": "carry on"
}
}, {
"id": "desk",
"name": {
"id": "desk",
"value": "desk",
"synonyms": ["table"]
}
Expand Down Expand Up @@ -190,15 +191,13 @@
{
"name": "LIST_OF_NON_PLAYING_CHARACTERS",
"values": [{
"id": null,
"name": {
"value": "spider",
"synonyms": []
}
}]
}
],
"invocationName": "text adventure"
]
}
}
}
2 changes: 1 addition & 1 deletion skill.json
@@ -1,5 +1,5 @@
{
"skillManifest": {
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
Expand Down

0 comments on commit 3c5c272

Please sign in to comment.