1.
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in the addErrorHandler method specified on the SkillBuilder object. Upon inspection of Amazon CloudWatch Logs, the Alexa
Skill Builder establishes that the failure is occurring whenever AMAZON.HelpIntent is being received.
How should this error be corrected?
2.
An Alexa Skill Builder wants to add a short audio clip to a skill with SSML. The Builder records a 6-second audio clip using a high-end microphone and recording application and exports the file with a bitrate of 48 kbps. The file is then uploaded to a public Amazon S3 bucket.

The Builder then updates the SSML to return:



When testing the skill, Amazon Alexa responds with "There was a problem with the requested skill
3.
An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the default AMAZON.HelpIntent, but when users ask for help they always reach the same unhelpful result.
How should the Builder enhance the experience to guide the users toward the end goal?
4.
An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill's AMAZON.HelpIntent rather than triggering the correct intent and slot. 
How can the Builder reproduce this behavior to troubleshoot the problem? 
5.
An Alexa Skill Builder needs to display an image and some additional text tousers of a skill.
Which approach will work with any Amazon Alexa enabled device?