Skip to content

Instantly share code, notes, and snippets.

View rmtuckerphx's full-sized avatar

Mark Tucker rmtuckerphx

View GitHub Profile
{
"customer": {
"pfm": "XXXXXXX",
"name": "Mark Tucker"
},
"skill": {
"asin": "B0872SDHY5",
"skillDetails": {
"isChildDirected": false,
"isGeoRestricted": false,
{
"openapi": "3.0.0",
"info": {
"title": "Task to get launch stats",
"version": "1",
"x-amzn-alexa-access-scope": "public"
},
"tags": [
{
"name": "launch stats"
{
"openapi": "3.0.0",
"info": {
"title": "Task to perform a count down",
"version": "1",
"x-amzn-alexa-access-scope": "public"
},
"tags": [
{
"name": "count down"

This is a test

@rmtuckerphx
rmtuckerphx / SpeechMarkdownResponseInterceptor.js
Created March 2, 2020 17:46
SpeechMarkdownResponseInterceptor for ASK SDK2
const smd = require('speechmarkdown-js');
module.exports = {
process(handlerInput, responseOutput) {
const options = {
platform: 'amazon-alexa'
};
const speech = new smd.SpeechMarkdown(options);
@rmtuckerphx
rmtuckerphx / Readme.md
Created September 2, 2019 03:07
Bixby Premier Developer

Bixby Marketplace Snapshot - September 1, 2019

ALEXA: Do you want to continue?
USER: No
ALEXA: Do you want fries with that?
USER: Yes
ALEXA: Who is your favorite band?
USER: Yes
@rmtuckerphx
rmtuckerphx / en-US.json
Last active December 6, 2018 19:09
Alexa Champion Tip 1
{
"interactionModel": {
"languageModel": {
"invocationName": "champion tip",
"types": [
],
"intents": [
{
"name": "AMAZON.CancelIntent",
@rmtuckerphx
rmtuckerphx / ask-community-ts-templates
Last active November 21, 2018 01:47
ASK CLI Templates - ASK Community
{
"TypeScript Hello World": {
"gitUrl": "https://github.com/ask-community/ask-nodejs-ts-hello-world.git"
}
}