Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.21 KB

CarouselMessage.md

File metadata and controls

14 lines (10 loc) · 1.21 KB

CarouselMessage

Carousel messages are a horizontally scrollable set of items that may each contain text, an image, and message actions. Not all messaging channels fully support carousel messages; currently only Facebook Messenger, LINE, Telegram, Viber, the Web Messenger, the Android SDK and the iOS SDK cover the full functionality. For all other platforms a carousel message is rendered as raw text. The raw text fallback does not include any images or postback message actions.

Properties

Name Type Description Notes
type str The type of message. [default to 'carousel']
text str The fallback text message used when carousel messages are not supported by the channel. [optional] [readonly]
items list[Item] An array of objects representing the items associated with the message. Only present in carousel and list type messages.
display_settings CarouselMessageDisplaySettings [optional]

[Back to Model list] [Back to API list] [Back to README]