Skip to content

Instantly share code, notes, and snippets.

@nidhinkumar06
Created March 31, 2019 07:23
Show Gist options
  • Save nidhinkumar06/f6cd3c50aaeedbb7eab6aee0857cceb9 to your computer and use it in GitHub Desktop.
Save nidhinkumar06/f6cd3c50aaeedbb7eab6aee0857cceb9 to your computer and use it in GitHub Desktop.
Googleassistant-Storytelling action
const audioData = [
{
key: 'alibaba',
title: 'Alibaba and 40 Thieves',
audioUrl: 'alibaba.mp3', //it should be of type mp3 format
imageUrl: 'add your image url',
imageAlt: 'Alibaba and 40 Thieves',
description: 'Alibaba and 40 Thieves',
},
........
];
module.exports = audioData;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment