tock / ai.tock.bot.connector.ga.model.response / GACarouselItem

GACarouselItem

data class GACarouselItem (source)

Constructors

<init>

GACarouselItem(optionInfo: GAOptionInfo, title: String, description: String? = null, image: GAImage? = null)

Properties

description

val description: String?

image

val image: GAImage?

optionInfo

val optionInfo: GAOptionInfo

title

val title: String

Functions

toGenericElement

fun toGenericElement(): GenericElement