-
Notifications
You must be signed in to change notification settings - Fork 25
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
Intent name must not be empty. Error code: MissingIntentName #118
Comments
Amazon changed the dev console interface and now wants the schema in a different format than what the plugin is providing. An update needs to be made to the plugin to fix this, sorry for the inconvenience. Will let you know once it's resolved |
Great, thanks, I was wondering if I was just being super dense. Bad luck, I'm surprised they broke backwards compat in this way. I imagine this is frustrating for a lot of people. |
😄 I'll have it fixed up by Monday for you |
How to use the above JSON format for intent ? I wanted to export my built model on dialogflow on alexa skill but my intent schema is in the above format and I am getting the same error as @Blackbaud-ChristiSchneider is getting. Can you help me ? |
Hello, I have the same issue as @soulshifter , that I am trying also to export my dialogflow agent into alexa skill and the zip file from dialogflow has the the format above for intents and giving the same error as well. |
hey there @tomharrigan any solution on this problem yet? |
I am still facing the "Intent name must not be empty. Error code: MissingIntentName" error for following {
} any solution? |
Default schema in a new skill:
Generated intent schema from freshly installed VoiceWP plugin with no changes from default:
When I paste the
intents
from this generated JSON into the default JSONintents
object, I get the errorIntent name must not be empty. Error code: MissingIntentName
.If I change the word
intent
toname
like in the default JSON, the console reformats my JSON like so, but then generates errorCustom type values must not be empty. Error code: MissingTypeValues
which also makes me wonder why the values specified in my "custom slot types" section in the plugin aren't in the generated JSON.Am I doing something wrong or has Amazon changed their interaction model?
The text was updated successfully, but these errors were encountered: