Skip to main content

Questions tagged [alexa-flash-briefing-skill]

Flash Briefing skills provide Alexa customers with news headlines and other short content. A Flash Briefing provides a quick overview of news and other content such as comedy, interviews, and lists. A Flash Briefing skill provides content for a customer's Flash Briefing. The Flash Briefing Skill API defines the format of the content.

alexa-flash-briefing-skill
0 votes
0 answers
54 views

How to create a flash briefing using python OR Open a website and have the player playing as soon as page loads?

I am trying to create a voice assistant written in python. For voice assistants like Alexa or Google's voice assistant, when you ask "tell me the latest news" the app starts playing an audio file of ...
GFSB's user avatar
  • 1
0 votes
1 answer
405 views

I am trying to create a flash briefing skill. But i get error everytime when i deploy my skill

Error Message: There was an error parsing the feed. Please ensure that the feed is valid JSON or RSS. Please look into the code below: [ { "uid": "urn:uuid:99098951-c0b1-4881-b3f9-...
Bindu Gowda's user avatar
0 votes
1 answer
244 views

S3 Bucket Policy to allow flash briefing without making fully public?

All flash briefing requests are coming from an Alexa device (probably via an Amazon service) so there should be a way to identify and allow these without making an S3 bucket fully public. This could ...
Lou Bagel's user avatar
  • 1,031
0 votes
0 answers
439 views

AWS S3 File for Flashbriefing Alexa Skill

I host some RSS Files on my S3 Bucket. This Files are currently public. Because i want to use this RSS-Files in my Flashbriefing Alexa Skills. Using Flashbriefing Alexa Skills, i doesn't have a ...
Stefan Volkmer's user avatar
0 votes
1 answer
150 views

Alexa Flash Briefing Error Parsing Feed

I wrote a Alexa flash briefing and it has been running smoothly for the last few days. All of the sudden yesterday, my endpoint stopped being recognized. When I try to test the endpoint anywhere else, ...
Derek D's user avatar
  • 119
0 votes
2 answers
371 views

How to test Alexa Flash Skill?

I have created one "Flash Briefing skill" and I wanted to test it. Is is possible to test "Flash Briefing skill" without the echo device?? or if it is possible then please let me know how??
Joomler's user avatar
  • 2,731
2 votes
0 answers
629 views

How to debug Alexa flash briefing skills? Not available error

I am building a flash briefing skill for Alexa. I am using JSON, the JSON feed seems to be working well, went over the checklist and everything checks but when enabling the skill and starting my flash ...
Josep Valls's user avatar
  • 5,520