This is a test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer": { | |
"pfm": "XXXXXXX", | |
"name": "Mark Tucker" | |
}, | |
"skill": { | |
"asin": "B0872SDHY5", | |
"skillDetails": { | |
"isChildDirected": false, | |
"isGeoRestricted": false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "Task to get launch stats", | |
"version": "1", | |
"x-amzn-alexa-access-scope": "public" | |
}, | |
"tags": [ | |
{ | |
"name": "launch stats" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const smd = require('speechmarkdown-js'); | |
module.exports = { | |
process(handlerInput, responseOutput) { | |
const options = { | |
platform: 'amazon-alexa' | |
}; | |
const speech = new smd.SpeechMarkdown(options); |
Bixby Marketplace Snapshot - September 1, 2019
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interactionModel": { | |
"languageModel": { | |
"invocationName": "champion tip", | |
"types": [ | |
], | |
"intents": [ | |
{ | |
"name": "AMAZON.CancelIntent", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TypeScript Hello World": { | |
"gitUrl": "https://github.com/ask-community/ask-nodejs-ts-hello-world.git" | |
} | |
} |
NewerOlder