Skip to content

Instantly share code, notes, and snippets.

@nidhinkumar06
Created March 31, 2019 07:25
Show Gist options
  • Save nidhinkumar06/7272a7bf477ea5045146c8c640e68595 to your computer and use it in GitHub Desktop.
Save nidhinkumar06/7272a7bf477ea5045146c8c640e68595 to your computer and use it in GitHub Desktop.
Googleassistant-Storytelling action
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