Closed andreasdieryck closed 6 years ago
{ "Type": "Action", "Name": "ShowCards", "Parameters": { "Type": "Gif", "Path": "/data/common/giphycontent/hugs.json" } }
{ "Type": "Action", "Name": "ShowGifFromList", "Parameters": { "Path": "/data/common/giphycontent/hugs.json" } }
{ "Type": "Action", "Name": "ShowCards", "Parameters": { "Type": "Image", "Path": "themes/emojiCats" } }
{ "Type": "Action", "Name": "ShowImageFromTheme", "Parameters": { "Path": "/themes/emojiCats" } }
{ "Type": "Action", "Name": "ShowCards", "Parameters": { "Type": "TextImage", "Id": "43B296" } }
{ "Type": "Action", "Name": "ShowCardForIntention", "Parameters": { "IntentionId": "43B296" } }
{ "Type": "Action", "Name": "ShowCards", "Parameters": { "Type": "Text", "Id": "43B296" } }
{ "Type": "Action", "Name": "ShowTextForIntention", "Parameters": { "IntentionId": "43B296" } }
1. How to show a random GIF from a specific list
a. How we do it at the moment
b. How we suggest to do it now
2. How to show a random image from a specific theme
a. How we do it at the moment
b. How we suggest to do it now
3. How to show a random card (text+image) from a specific intention
a. How we do it at the moment
b. How we suggest to do it now
4. How to show a random text from a specific intention
a. How we do it at the moment
b. How we suggest to do it now