Google Cloud Dialogflow V2beta1Intent Message Table Card Row Response
data class GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse(val cells: List<GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse>, val dividerAfter: Boolean)
Row of TableCard.
Constructors
Link copied to clipboard
constructor(cells: List<GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse>, dividerAfter: Boolean)