core / org.rewedigital.dialog.model.google / RichResponse / withTableCard
fun withTableCard(title:
String
? = null, subtitle:
String
? = null, image:
Image
? = null, columnProperties:
MutableList
<
ColumnProperties
> = mutableListOf(), rows:
MutableList
<
Row
> = mutableListOf(), buttons:
MutableList
<
Button
> = mutableListOf()):
RichResponse