Created
March 31, 2019 07:23
-
-
Save nidhinkumar06/f6cd3c50aaeedbb7eab6aee0857cceb9 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 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