Image Carousel
Display an array of Images in a modal as a set of carousel images. This modal will also contain the answer text.
Modal
Screenshot

Output Parameter
extensions = ${ExtensionHelper.displayImageCarousel(imageUrlArray,channel)}
JSON
{
"name": "displayImageCarousel",
"parameters": {
"images": ["http://placeimg.com/640/360/any", "http://placeimg.com/640/360/any?u=2"]
},
"inline": false
}
Inline
Screenshot

Output Parameter
extensions = ${ExtensionHelper.displayImageCarousel(imageUrlArray,channel,true)}
JSON
{
"name": "displayImageCarousel",
"parameters": {
"images": ["http://placeimg.com/640/360/any", "http://placeimg.com/640/360/any?u=2"]
},
"inline": true
}
Last updated