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
Política de privacidad y términos de uso de nuestra skill de Alexa
Esta política describe cómo protegemos tu privacidad y tus datos. Antes de utilizar nuestra Skills de Alexa, lee atentamente nuestras políticas y términos de uso, al igual que los términos de uso de Alexa y las políticas de privacidad de Amazon Digital Services LLC (con sus afiliadas, “Amazon).
Con respecto a Amazon, “Alexa” significa el Servicio de voz de Alexa que incluye servicios de terceros (como nuestras skills) y otro Software relacionado.
Si utilizas una de nuestras skills, acepta completamente esta política de privacidad.
GENERAL
@germanviscuso
germanviscuso / es-ES.json
Last active November 29, 2018 10:51
Alexa Skills Basics: out-of-domain utterance detection with no Fallback intent
{
"interactionModel": {
"languageModel": {
"invocationName": "curiosidades espaciales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Last active December 12, 2018 12:13
Workshop Barcelona 20181120
{
"interactionModel": {
"languageModel": {
"invocationName": "curiosidades espaciales",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
@germanviscuso
germanviscuso / es-ES.json
Created November 15, 2018 00:55
Alexa Skill Basics: User Dialogue Restart
{
"interactionModel": {
"languageModel": {
"invocationName": "busca camisetas",
"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": []
},
{
@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-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": []
},
{
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
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
@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": []
},
{