Google Cloud Dialogflow V2Intent Message Table Card Response
data class GoogleCloudDialogflowV2IntentMessageTableCardResponse(val buttons: List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonResponse>, val columnProperties: List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesResponse>, val image: GoogleCloudDialogflowV2IntentMessageImageResponse, val rows: List<GoogleCloudDialogflowV2IntentMessageTableCardRowResponse>, val subtitle: String, val title: String)
Table card for Actions on Google.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageTableCardResponse(buttons: List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonResponse>, columnProperties: List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesResponse>, image: GoogleCloudDialogflowV2IntentMessageImageResponse, rows: List<GoogleCloudDialogflowV2IntentMessageTableCardRowResponse>, subtitle: String, title: String)