article

Taira@Amazon avatar image
Taira@Amazon posted

Tips for a Successful Alexa Skill Certification: Welcome message/prompt

For Alexa skills, a welcome message/prompt is delivered when a customer invokes a skill without a request. This prompt reinforces to the customer that they are in a skill experience, and that they correctly invoked the desired skill. In some cases, customers may not realize that they’ve invoked a skill at all, so a generic welcome prompt that just contains a question like “What would you like to do?” could cause confusion. The prompt should provide the user more information and reinforce that they are reaching your skill, and provide the main utterance they can say to start using the skill.

A first time welcome message introduces the customer to the skill and provides a few commands the customer can use in that skill.

Good Example
Customer: Alexa, open Space Facts.
Alexa: Welcome to the Space Facts skill. You can ask for ‘help’ any time for assistance. This skill gives you the facts at random. You can say ‘Ask space facts for a fact’. What would you like to do?

Bad Example
Customer: Alexa, open Space Facts.
Alexa: What would you like to do?


A return welcome message greets the customer and prompts for a widely used task or required piece of information to continue the conversation.

Good Example
Customer: Alexa, open Space Facts.
Alexa: Welcome back to the Space Facts skill. It’s good to see you again. Would you like to continue?

Bad Example
Customer: Alexa, open Space Facts
Alexa: Would you like to continue?


Helpful Resources:

https://developer.amazon.com/blogs/alexa/post/cdbde294-8e41-4147-926f-56cdc2a69631/best-practices-for-the-welcome-experience-and-prompting-in-alexa-skills

alexa skills kitcertificationtips
10 |5000

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

Article

Contributors

Taira@Amazo contributed to this article