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

GABasicCard

data class GABasicCard (source)

Constructors

<init>

GABasicCard(title: String? = null, subtitle: String? = null, formattedText: String? = null, image: GAImage? = null, buttons: List<GAButton> = emptyList())

Properties

buttons

val buttons: List<GAButton>

formattedText

val formattedText: String?

image

val image: GAImage?

subtitle

val subtitle: String?

title

val title: String?

Functions

toGenericMessage

fun toGenericMessage(): GenericMessage