Google Cloud Dialogflow V2beta1Intent Message Table Card Response
data class GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse(val buttons: List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse>, val columnProperties: List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse>, val image: GoogleCloudDialogflowV2beta1IntentMessageImageResponse, val rows: List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse>, val subtitle: String, val title: String)
Table card for Actions on Google.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse(buttons: List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse>, columnProperties: List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse>, image: GoogleCloudDialogflowV2beta1IntentMessageImageResponse, rows: List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse>, subtitle: String, title: String)