tony
Amazon Skills - Flash Briefings
Category: /A I/
(2034 views)0
Looks like Amazon Alexa has several limits on their Flash Briefing Skills: https://developer.amazon.com/docs/flashbriefing/flash-briefing-skill-api-feed-reference.html- Limit feed items to fewer than 4,500 characters. Your content is truncated to the nearest sentence under 4,500 characters if it exceeds 4,500 characters in length.
- Should be plain text and not contain special characters such as SSML, HTML or XML tags.
- Should be properly punctuated, short, and easily understood when read aloud. Commas (,) and semicolons (;) result in short pauses. Periods (.), question marks (?) and exclamation points (!) result in longer pauses. Avoid using non-standard punctuation as it can cause TTS issues.
- Provide the format type as a MIME type in HTTP Content-Type header
- Provide between 1 and 5 unique feed items at a time. If more items are provided, Alexa ignores items beyond the first five.
- Items should be provided in order from newest to oldest, based on the date value for the item. Alexa may ignore older items.
- Each item in the feed should be unique and should not overlap with content in another feed item.
- Items should be provided in order from newest to oldest, based on the date value for the item. Alexa may ignore older items.
- Limit feed items to fewer than 4,500 characters. Your content is truncated to the nearest sentence under 4,500 characters if it exceeds 4,500 characters in length.
- Should be plain text and not contain special characters such as SSML, HTML or XML tags.
- Should be properly punctuated, short, and easily understood when read aloud. Commas (,) and semicolons (;) result in short pauses. Periods (.), question marks (?) and exclamation points (!) result in longer pauses. Avoid using non-standard punctuation as it can cause TTS issues.
Check out their info page for more: https://developer.amazon.com/docs/flashbriefing/understand-the-flash-briefing-skill-api.html
Favorite Favorite Comment Comment Share Share
Report an item by sharing it with support.
© individual authors and creators. Create, Share and Profit at etastic.com.