GoogleCloudDialogflowV2IntentMessageBasicCard constructor

GoogleCloudDialogflowV2IntentMessageBasicCard({
  1. List<GoogleCloudDialogflowV2IntentMessageBasicCardButton>? buttons,
  2. String? formattedText,
  3. GoogleCloudDialogflowV2IntentMessageImage? image,
  4. String? subtitle,
  5. String? title,
})

Implementation

GoogleCloudDialogflowV2IntentMessageBasicCard({
  this.buttons,
  this.formattedText,
  this.image,
  this.subtitle,
  this.title,
});