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

mikeku avatar image
mikeku asked

intent AMAZON.StopIntent and AMAZON.CancelIntent

I'm having trouble to get these intents to work Can someone help me in the correct way it will work using AWS on JSON? I'm using both intent AMAZON.StopIntent and AMAZON.CancelIntent I'm getting "thre is an error with the requested skill response " help thanks
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.

Galactoise avatar image
Galactoise answered
A good first step would be to check the card in your Alexa app. It sometimes shows more information than the audio output.
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
Built-in intents are designed to be used the exact same way as custom intents. You can include them in your Intent Schema and reference them in your Lambda function. The primary benefit of using built-in intents is that you do not need to include Sample Utterances to use them. More information on built-in intents can be found here: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/implementing-the-built-in-intents. Logs generated from your Lambda function can be viewed through the AWS console by using CloudWatch. When debugging your skills they can be quite useful at providing more insight than the cards in the Amazon Alexa application.
10 |5000

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