alexa-samples / skill-sample-python-fact

An Alexa Skill Sample showing how to build a fact skill in Python.
Other
120 stars 154 forks source link

Unrefrenced slot #30

Closed subbu-art closed 4 years ago

subbu-art commented 4 years ago

when I try to build my bot im getting the following issue. "The slot "ability" in intent "capability" is not referenced in any slot or intent sample."

franklin-lobb commented 4 years ago

You've defined a slot for an intent, but haven't referenced it in any of the sample utterances, or slot elicitation utterances. In the developer console, add another utterance that is appropriate to your intent that uses the slot. for example are you able to {ability} or whatever makes sense for your intent.

ajot commented 4 years ago

We're closing this pull request for now because of inactivity.

@subbu-art we can always reopen it though! :) Please update the pull request if you're still having issues with this. If you need any help, please hit us up on twitter @AlexaDevs