Skip to content

Instantly share code, notes, and snippets.

@Dviejopomata
Last active November 16, 2018 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dviejopomata/8869d75da0fad1e4c4999fc5ffce7c88 to your computer and use it in GitHub Desktop.
Save Dviejopomata/8869d75da0fad1e4c4999fc5ffce7c88 to your computer and use it in GitHub Desktop.
{
"interactionModel": {
"languageModel": {
"invocationName": "administracion electronica",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "definicionCSV",
"samples": ["que es un csv"]
},
{
"name": "definicionFirma",
"slots": [
{
"name": "firma",
"type": "firma"
}
],
"samples": ["Que es la firma con XadES"]
}
],
"types": [
{
"name": "firma",
"values": [
{
"name": {
"value": "XadES"
}
},
{
"name": {
"value": "PadES"
}
},
{
"name": {
"value": "CadES"
}
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment