Closed piqueen314 closed 5 years ago
Hi @piqueen314
I tested the UI with my own skill but didn't find the same problem. All the texts I put in the text boxes are saved correctly after I clicked the + button. Could you please try re-login and see if the problem still exist ?
Thanks, Shen
Close this issue for now. Please feel free to reopen it.
I'm submitting a...
If I create a Slot Type using the UI that auto generates the JSON code for the interaction model, in the section Slot Filling the Alexa speech prompts and the User utterances text boxes do not save their values. This causes the interaction model to fail.
Expected Behavior
The json for "prompts" should be saved E.I. "prompts": [ { "id": "Elicit.Slot.44886977106.1123439538026", "variations": [ { "type": "PlainText", "value": "Do you want to turn your led on or off" } ] } ]
Current Behavior
the "prompts" json is not generated and the interaction model fails with the following error:
Build Failed
Prompt id "" for slot "CustomSlotName" is not present in prompts, but is referenced in the dialog model for intent "CustomSlotIntent". Error code: MissingDialogIntentSlotPrompt
Possible Solution
Steps to Reproduce (for bugs)
Context
I could not build an Alexa Skill with a custom Slot Type until I hand entered the json in the json editor
Your Environment
Firefox browser 67.0.1 (64-bit)
Node.js and NPM Info