Created
March 31, 2019 07:25
-
-
Save nidhinkumar06/7272a7bf477ea5045146c8c640e68595 to your computer and use it in GitHub Desktop.
Googleassistant-Storytelling action
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 { Image } = require('actions-on-google'); | |
const storiesData = [ | |
{ | |
key: 'alibaba', | |
title: 'Alibaba and 40 Thieves', | |
synonyms: ['alibaba', 'thieves'], | |
image: new Image({ | |
url: 'add image url', | |
alt: 'Alibaba and 40 Thieves', | |
}), | |
}, | |
//add all your stories | |
]; | |
module.exports = storiesData; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment