CarouselFormat

@JsonClass(generateAdapter = true)
class CarouselFormat(val items: List<TitleItem.TitleItemWithInteractions>, val images: List<FileAsset.ImageAsset.CarouselImage> = emptyList()) : ChoicesFormat

A choices message displayed as a horizontally scrollable carousel of rich cards.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The list of selectable options presented by this message.