Skip to content

Instantly share code, notes, and snippets.

View germanviscuso's full-sized avatar
🏠
Working from home

German Viscuso germanviscuso

🏠
Working from home
View GitHub Profile
@germanviscuso
germanviscuso / es-ES.json
Last active October 10, 2018 20:43
Alexa Skills Basics: Slot Confirmation in Dialogue Management
{
"interactionModel": {
"languageModel": {
"invocationName": "pintor mágico",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Last active October 17, 2018 12:26
Alexa Skills Basics: Recommendation Intent
{
"interactionModel": {
"languageModel": {
"invocationName": "busca camisetas",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Created October 23, 2018 00:27
Alexa Skills Basics: Context Switch in Dialogue Management
{
"interactionModel": {
"languageModel": {
"invocationName": "pintor mágico",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Created October 23, 2018 15:16
Alexa Skills Basics: Progressive Response
{
"interactionModel": {
"languageModel": {
"invocationName": "respuesta progresiva",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / en-US
Last active May 4, 2019 17:04
Alexa Skill Basics: Access to external data in Fact skill (using the http module)
{
"interactionModel": {
"languageModel": {
"invocationName": "cat facts",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
This privacy policy describes how German Viscuso (“us” or “we”) protects your (“you”, “the user”) privacy and your data. Before using any of our Alexa Skills (“our skills”), please read this policy and our Alexa Skills Terms of Use, as well as the Alexa Terms of Use and the Privacy Policies by the Amazon Digital Services LLC (with its affiliates, “Amazon”).
Regarding Amazon, “Alexa” means their Alexa Voice Service which includes third party services (like our skills) and other related Software.
If you use one of our skills you fully agree to this privacy policy.
General
General
This Terms of Use are an agreement between you (the "user") and German Viscuso (“us” or “we”). Before using any of our Alexa Skills (“our skills”), please read this agreement and our Alexa Skills Privacy Policy as well as the Alexa Terms of Use by the Amazon Digital Services LLC (with its affiliates, “Amazon”).
Regarding Amazon, “Alexa” means their Alexa Voice Service which includes third party services (like our skills) and other related Software.
If you use one of our skills you fully agree to this Terms of Use.
Disclaimer
@germanviscuso
germanviscuso / es-MX.json
Last active December 31, 2018 02:47
Alexa Skill Basics: Advanced Fact Skill
{
"interactionModel": {
"languageModel": {
"invocationName": "curiosidades espaciales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Last active August 31, 2021 21:36
Alexa Skill Basics: Service Client API
{
"interactionModel": {
"languageModel": {
"invocationName": "datos personales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Last active December 12, 2018 12:13
Alexa Skill Basics: Persistence (Alexa Workshop Madrid 14/11/2018)
{
"interactionModel": {
"languageModel": {
"invocationName": "curiosidades espaciales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{