Skip to content

Instantly share code, notes, and snippets.

@ankkal
Created July 22, 2018 18:27
Show Gist options
  • Save ankkal/616d0dbae18e511cea5f08b5a3bebc60 to your computer and use it in GitHub Desktop.
Save ankkal/616d0dbae18e511cea5f08b5a3bebc60 to your computer and use it in GitHub Desktop.
if (handlerInput.requestEnvelope.context.System.user.accessToken === undefined) {
return handlerInput.responseBuilder
.speak("to start using this skill, please use the companion app to authenticate")
.reprompt("to start using this skill, please use the companion app to authenticate")
.withLinkAccountCard()
.getResponse();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment