Integration (VSK MM)
Pages at a Glance
- Process Overview for Implementing VSK on Multimodal Devices
- Follow this step-by-step guide to enable an existing video skill to stream content to a multimodal device. more »
- Step 1: Create Your Video Skill and Lambda Function (VSK MM)
- In this step, you will set up a video skill through the Alexa developer console and also create a basic Lambda function on AWS to process communication from the video skill. more »
- Step 2: Enable your Video Skill on a Multimodal Device and Test (VSK MM)
- Now that you have a video skill created, it's time to connect it to your multimodal device. more »
- Step 3: Understand the Alexa Directives and Lambda Responses (VSK MM)
- Let's unpack the Alexa directives and Lambda code to provide a deeper understanding of what's going on. more »
- Step 4: Understand How Your Web Player Gets the Media Playback URL (VSK MM)
- From your GetPlayableItemsMetadataResponse, Amazon passes the playbackContextToken to your web player. The logic in your web player can convert this playbackContextToken to a media playback URL tha... more »
- Step 5: Build Your Web Player (VSK MM)
- In this step, you will build your own web player. The web player will reference and initialize the Alexa JavaScript library and provide other functionality. more »
- Step 6: Respond to Alexa Directives Delivered to Lambda (VSK MM)
- In this step, you need to code your Lambda function to respond to each of the six directives with the appropriate responses. more »
- Step 7: Implement Account Linking (VSK MM)
- Account linking allows your users to connect their Alexa identity to their account within your service. more »
- Step 8: Test for Certification (VSK MM)
- The following guidelines detail the user experience requirements to certify your skill against. Review these guidelines carefully to ensure that your multimodal device video skill meets the certifi... more »