An Alexa Skill Builder is developing a custom skill to play a live audio stream. What two built-in intents are required to implement the AudioPlayer interface?
https://developer.amazon.com/ja-JP/docs/alexa/custom-skills/audioplayer-interface-reference.html
Implement the built-in intent needed to pause and resume audio. Adding the AudioPlayer interface to your skill will automatically add these required intents to your model.
AMAZON.PauseIntent
AMAZON.ResumeIntent
B
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
conmtia0214
3 years, 6 months agogabbox
3 years, 7 months ago