core / org.rewedigital.dialog.model.dialogflow / Card
data class Card
Name | Summary |
---|---|
<init> | Card(title: String ? = null, subtitle: String ? = null, imageUri: String ? = null, buttons: MutableList < Button > = mutableListOf()) |
Name | Summary |
---|---|
buttons | val buttons: MutableList < Button > |
imageUri | val imageUri: String ? |
subtitle | val subtitle: String ? |
title | val title: String ? |