Skip to content

Instantly share code, notes, and snippets.

@eisenjulian
Created June 28, 2017 17:41
Show Gist options
  • Save eisenjulian/9d2c801bbe7907e1b4590b52f68aa9ab to your computer and use it in GitHub Desktop.
Save eisenjulian/9d2c801bbe7907e1b4590b52f68aa9ab to your computer and use it in GitHub Desktop.
{
"speech": "The next holiday is in 12 days.\nWhat do you want to do next?",
"contextOut": [
{
"name": "_actions_on_google_",
"lifespan": 100,
"parameters": {}
}
],
"data": {
"google": {
"expect_user_response": true,
"rich_response": {
"items": [
{
"simple_response": {
"text_to_speech": "The next holiday is in 12 days.\nWhat do you want to do next?",
"display_text": "The next holiday is in 12 days.\nWhat do you want to do next?"
}
}
],
"suggestions": [
{
"title": "Is today a holiday?"
}
]
},
"system_intent": {
"intent": "actions.intent.OPTION",
"spec": {
"option_value_spec": {
"list_select": {
"title": "Upcoming holidays",
"items": [
{
"option_info": {
"key": "Día de la Independencia",
"synonyms": []
},
"title": "Día de la Independencia",
"description": "Sun Jul 09 2017",
"image": {
"url": "https://placeholdit.imgix.net/~text?txtsize=100&w=200&h=200&bg=ffffff&txtclr=000000&txt=9-7",
"accessibility_text": "9-7"
}
},
{
"option_info": {
"key": "Paso a la Inmortalidad del General José de San Martín",
"synonyms": []
},
"title": "Paso a la Inmortalidad del General José de San Martín",
"description": "Mon Aug 21 2017",
"image": {
"url": "https://placeholdit.imgix.net/~text?txtsize=100&w=200&h=200&bg=ffffff&txtclr=000000&txt=21-8",
"accessibility_text": "21-8"
}
},
{
"option_info": {
"key": "Día del Respeto a la Diversidad Cultural",
"synonyms": []
},
"title": "Día del Respeto a la Diversidad Cultural",
"description": "Mon Oct 16 2017",
"image": {
"url": "https://placeholdit.imgix.net/~text?txtsize=100&w=200&h=200&bg=ffffff&txtclr=000000&txt=16-10",
"accessibility_text": "16-10"
}
}
]
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment