Carousel response
The carousel is the ideal response, when we need to show many things into one. Carousels can have a maximum of six cards, each of them consisting of the following fields:
-
title
: Give a title to the card. -
subtitle
: Give a subtitle-short description to the card. -
media
: Show an image or video in the carousel. It has the following sub-fields:type
: Can be eitherimage
orvideo
url
: The URL of the above type
-
default_action
(Optional): Give your media an on-click action, with the following sub-fields:type
: Can be set to eitherpostback
,url
,webview
orphone
value
: The value of the above type
-
buttons
: Each card must have at least one and up to three buttons, of the following format:label
: The text shown to the usertype
: Eitherpostback
,url
,webview
orphone
value
: The value of the above type
INFO
Postback responses give the same result as options.