Skip to content

Instantly share code, notes, and snippets.

View myke11j's full-sized avatar

Mukul Jain myke11j

View GitHub Profile
@ankkal
ankkal / DisplaySampleCodeV2.js
Last active December 23, 2020 03:14
V2 Display Code
// IMPORTANT: Display Interface for your skill should be enabled through the Amazon developer console
// See this screenshot - https://alexa.design/enabledisplay
/* HELPER FUNCTIONS */
// returns true if the skill is running on a device with a display (show|spot)
function supportsDisplay(handlerInput) {
var hasDisplay =
handlerInput.requestEnvelope.context &&
handlerInput.requestEnvelope.context.System &&