Skip to content

Instantly share code, notes, and snippets.

@gittimos
gittimos / index.js
Last active August 13, 2021 13:22
Alexa skills kit (ASK): remove SSML for speech output in cards
var strip = require('./strip.js');
this.emit(":askWithCard", speechOutput, repromptText, this.t("MESSAGE"), strip.stripTags(repromptText));