data class GABasicCard
(source)
<init> |
GABasicCard(title: String? = null, subtitle: String? = null, formattedText: String? = null, image: GAImage? = null, buttons: List<GAButton> = emptyList()) |
buttons |
val buttons: List<GAButton> |
formattedText |
val formattedText: String? |
image |
val image: GAImage? |
subtitle |
val subtitle: String? |
title |
val title: String? |
toGenericMessage |
fun toGenericMessage(): GenericMessage |