Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid JSON uploaded #144

Closed
AdilHindistan opened this issue Oct 18, 2017 · 4 comments
Closed

Invalid JSON uploaded #144

AdilHindistan opened this issue Oct 18, 2017 · 4 comments

Comments

@AdilHindistan
Copy link

Hi -

Amazon complains that the JSON file \speech_assets\intentSchema.json is invalid. I am using US English.
I noticed that schema from Amazon goes like
{
"name": "AMAZON.CancelIntent",
"samples": []
}

while the JSON file has (example):
{
"intent": "AMAZON.PauseIntent"
}

Unfortunately, simply changing intent to name did not fix validation and I also see "intent" in the JSON example from quick tutorial at https://developer.amazon.com/alexa-skills-kit/alexa-skill-quick-start-tutorial

Any ideas?

@DACN
Copy link

DACN commented Dec 30, 2017

Hi. Am stuck with the same issue. Thoughts please?

@digiltd
Copy link
Contributor

digiltd commented Dec 31, 2017

I thought it might have been to do with the Skill not being setup as an Audio Player.

But I have just successfully set up two new versions of the Skill (one with Audio Player checked and one without) from scratch, no problems at all. Copied and pasted the json and sample utterances as is, clicked save and the interaction model built successfully on both Skills, first time.

Can you expand more on your problem?

@DACN
Copy link

DACN commented Jan 7, 2018 via email

@fergyfresh
Copy link
Collaborator

Enhancement request already noted partially in #204.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants