2 results found
-
Mark that a request was routed through or rejected after CanFulfillIntentRequest
After the Alexa service queries a set of candidate skills with CanFulfillIntentRequest, a skill is potentially selected to receive the intent.
Even if the skill responds with a
canFulfill: "YES"
in its response, it's not guaranteed that it will be selected.This makes it difficult for a developer to know if CanFulfillIntentRequest is working to drive traffic or to know if it should use a tailored response.
Use cases:
User: Alexa, tell me a something about cats
<Cat Facts responds CanFulfill: "YES">
Alexa: Here's your response from the Cat Facts skill! ...User: Alexa, tell me a random fact
<Cat…5 votesThank you for trying out the CanFulfillIntentRequest interface and for your feedback. We’re going to be collecting feedback and iterating on the feature throughout the public beta period and are working on ways to make it easier for developers to view metrics related to CanFulfillIntentRequest!
We encourage developers to provide their feedback by creating a post and tagging the post with Canfulfillintentrequest on the Alexa Skills Kit developer forum.
-
Payments
Right now, you won't allow us to text a link to a page that accepts donations. We work with lots of non-profits and political groups for whom a skill that enables users to say, "Donate" and just get a text to the donation page would be highly valuable.
3 votesThis feature has been announced !
You can refer to details here
https://developer.amazon.com/blogs/alexa/post/a51e1424-6fdf-42f4-8683-07dd134d00bb/amazon-announces-new-ways-to-earn-money-with-your-alexa-skills-developer-preview
- Don't see your idea?