Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

newuser-44c664e3-b261-4c38-9ad7-2b39bc019319 avatar image

What's wrong with my example pharses?

amazon feedback:

1661483670488.png

my skill detail:

1661484174613.jpeg

Can anybody tell me why?

example-phrase
1661483670488.png (17.5 KiB)
1661484174613.jpeg (81.9 KiB)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Andy Whitworth avatar image
Andy Whitworth answered

Your example phrases don't map onto your intents.

e.g. "find my iphone" - what intent utterance are you expecting that to match ?

"turn on guest wi-fi" - you don't have an intent utterance matching this, the closest is "turn on guest wi-fi of my router" but you need to have an exact match. So you should add an intent utterance of "turn on guest wi-fi".

Basically your example utterances need to map directly into intent utterances and you don't have this currently.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

salmawisoky avatar image
salmawisoky answered

Basically your example utterances need to map directly into intent utterances.

Drift Boss

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.