GoogleCloudDialogflowV2IntentMessageTableCard constructor
      
      GoogleCloudDialogflowV2IntentMessageTableCard({ 
    
    
- List<GoogleCloudDialogflowV2IntentMessageBasicCardButton> ? buttons,
- List<GoogleCloudDialogflowV2IntentMessageColumnProperties> ? columnProperties,
- GoogleCloudDialogflowV2IntentMessageImage? image,
- List<GoogleCloudDialogflowV2IntentMessageTableCardRow> ? rows,
- String? subtitle,
- String? title,
Implementation
GoogleCloudDialogflowV2IntentMessageTableCard({
  this.buttons,
  this.columnProperties,
  this.image,
  this.rows,
  this.subtitle,
  this.title,
});