question

mararunningassistant avatar image
mararunningassistant asked

AMAZON.HelpIntent Example Phrases

With the introduction of the built in AMAZON.HelpIntent intent, I removed my help intent that I had created. The problem is that phrases that I would expect to map to the AMAZON.HelpIntent intent are mapping to a different intent. For example, "help", "help me", and "can you help me" go to the AMAZON.HelpIntent, but phrases like "what can you do" or "can I have a tutorial" are being mapped to one of my custom intents. From your experience, how well does the AMAZON.HelpIntent handle users asking for help and what phrases do or don't work with it?
alexa skills kitvoice-user interface
10 |5000

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

jjaquinta avatar image
jjaquinta answered
I haven't tested it in detail. Mostly I think those built in intents are to make it easier for people to fulfill the letter of the requirements for certification. I'm not sure there is anything special about them. If you have a wider variety of phrases you want to support, I would stick to your own implementation.
10 |5000

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

Ross@Amazon avatar image
Ross@Amazon answered
Information on how to extend a built-in intent with sample utterances can be found here: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/implementing-the-built-in-intents#Extending%20a%20Built-in%20Intent%20with%20Sample%20Utterances. This will allow them to have only one intent instead of multiple.
10 |5000

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