GoogleCloudDialogflowV2IntentMessageCard constructor

GoogleCloudDialogflowV2IntentMessageCard({
  1. List<GoogleCloudDialogflowV2IntentMessageCardButton>? buttons,
  2. String? imageUri,
  3. String? subtitle,
  4. String? title,
})

Implementation

GoogleCloudDialogflowV2IntentMessageCard({
  this.buttons,
  this.imageUri,
  this.subtitle,
  this.title,
});