GoogleCloudDialogflowV2IntentMessageBasicCardButton constructor

GoogleCloudDialogflowV2IntentMessageBasicCardButton({
  1. GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction? openUriAction,
  2. String? title,
})

Implementation

GoogleCloudDialogflowV2IntentMessageBasicCardButton({
  this.openUriAction,
  this.title,
});